Click or drag to resize
KaxDateTimePickerAutoPostBackControl Property
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual AutoPostBackControl AutoPostBackControl { get; set; }

Property Value

Type: AutoPostBackControl
The default value is None
Remarks

Set this to Both, TimeView or Calendar if the server needs to capture the selection changed event.

This property is effective only for KaxDateTimePicker; for KaxTimePicker use the AutoPostBack property.

See Also