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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual AutoPostBackControl AutoPostBackControl { get; set; }
Public Overridable Property AutoPostBackControl As AutoPostBackControl
Get
Set
public:
virtual property AutoPostBackControl AutoPostBackControl {
AutoPostBackControl get ();
void set (AutoPostBackControl value);
}
abstract AutoPostBackControl : AutoPostBackControl with get, set
override AutoPostBackControl : AutoPostBackControl with get, set
Property Value
Type:
AutoPostBackControlThe 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