KaxDateTimePickerAutoPostBack Property |
Gets or sets a value indicating whether a postback to the server
automatically occurs when the user interacts with the control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override bool AutoPostBack { get; set; }
Public Overrides Property AutoPostBack As Boolean
Get
Set
public:
virtual property bool AutoPostBack {
bool get () override;
void set (bool value) override;
}
abstract AutoPostBack : bool with get, set
override AutoPostBack : bool with get, set
Property Value
Type:
BooleanThe default value is
false.
Remarks
Setting this property to true will make KaxDateTimePicker postback to the server
on date selection through the Calendar and Time popups or the DateInput
components.
See Also