Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override bool AutoPostBack { get; set; }

Property Value

Type: Boolean
The 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