KaxDatePickerAutoPostBack 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)
Syntax public virtual bool AutoPostBack { get; set; }
Public Overridable Property AutoPostBack As Boolean
Get
Set
public:
virtual property bool AutoPostBack {
bool get ();
void set (bool value);
}
abstract AutoPostBack : bool with get, set
override AutoPostBack : bool with get, set
Property Value
Type:
Boolean
The default value is
false.
Remarks
Setting this property to true will make KaxDatePicker postback to the server
on date selection through the Calendar or the DateInput components.
See Also