Click or drag to resize
KaxDateTimePicker Properties

The KaxDateTimePicker type exposes the following members.

Properties
  Name Description
Public property AutoPostBack

Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.

(Overrides KaxDatePickerAutoPostBack.)
Public property AutoPostBackControl
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection.
Public property Code example Culture
Gets or sets the culture used by KaxDateTimePicker to format the date and time value.
(Overrides KaxDatePickerCulture.)
Public property EnableEmbeddedBaseStylesheet (Overrides KaxDatePickerEnableEmbeddedBaseStylesheet.)
Public property EnableEmbeddedScripts (Overrides KaxDatePickerEnableEmbeddedScripts.)
Public property EnableEmbeddedSkins (Overrides KaxDatePickerEnableEmbeddedSkins.)
Public property ImagesPath (Overrides KaxDatePickerImagesPath.)
Public property RegisterWithScriptManager (Overrides KaxDatePickerRegisterWithScriptManager.)
Public property SharedTimeView
Gets or sets the reference to the timeview that will be used for picking time. This property allows you to configure several datetimepickers to use a single KaxTimeView instance.
Public property SharedTimeViewID
Gets or sets the ID of the timeview that will be used for picking time. This property allows you to configure several datetimepickers to use a single KaxTimeView instance.
Public property Skin (Overrides KaxDatePickerSkin.)
Public property TimePopupButton
Gets the TimePopupButton instance of the KaxDateTimeView control.
Public property TimeView
Gets the KaxTimeView instance of the datetimepicker control.
Public property ValidationDate
This property is used by the KaxDateTimeInput's internals only. It is subject to change in the future versions. Please do not use.
(Overrides KaxDatePickerValidationDate.)
Top
See Also