KaxDatePickerPopupDirection Property |
Gets or sets the direction in which the popup Calendar is displayed,
with relation to the DatePicker control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public DatePickerPopupDirection PopupDirection { get; set; }
Public Property PopupDirection As DatePickerPopupDirection
Get
Set
public:
property DatePickerPopupDirection PopupDirection {
DatePickerPopupDirection get ();
void set (DatePickerPopupDirection value);
}
member PopupDirection : DatePickerPopupDirection with get, set
Property Value
Type:
DatePickerPopupDirectionSee Also