The current value of the dropDownAlign property. The calendar dropDown can be aligned to the left or right of the control.
[Visual Basic] Public Property DropDownAlign As LeftRightAlignment [C#] public LeftRightAlignment DropDownAlign {get; set;} [C++] public: __property LeftRightAlignment get_DropDownAlign(); public: __property void set_DropDownAlign(LeftRightAlignment); [JScript] public function get DropDownAlign() : LeftRightAlignment; public function set DropDownAlign(LeftRightAlignment);
DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace | LeftRightAlignment