Click or drag to resize
KaxDateTimePicker Class
KaxDateTimePicker class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxDatePicker
          Kettic.AspNet.ControlsKaxDateTimePicker
            Kettic.AspNet.ControlsKaxTimePicker

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxDateTimePicker : KaxDatePicker

The KaxDateTimePicker type exposes the following members.

Constructors
  NameDescription
Public methodKaxDateTimePicker
Top
Properties
  NameDescription
Public propertyAutoPostBack

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

(Overrides KaxDatePickerAutoPostBack.)
Public propertyAutoPostBackControl
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection.
Public propertyCode exampleCulture
Gets or sets the culture used by KaxDateTimePicker to format the date and time value.
(Overrides KaxDatePickerCulture.)
Public propertyEnableEmbeddedBaseStylesheet (Overrides KaxDatePickerEnableEmbeddedBaseStylesheet.)
Public propertyEnableEmbeddedScripts (Overrides KaxDatePickerEnableEmbeddedScripts.)
Public propertyEnableEmbeddedSkins (Overrides KaxDatePickerEnableEmbeddedSkins.)
Public propertyImagesPath (Overrides KaxDatePickerImagesPath.)
Public propertyRegisterWithScriptManager (Overrides KaxDatePickerRegisterWithScriptManager.)
Public propertySharedTimeView
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 propertySharedTimeViewID
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 propertySkin (Overrides KaxDatePickerSkin.)
Public propertyTimePopupButton
Gets the TimePopupButton instance of the KaxDateTimeView control.
Public propertyTimeView
Gets the KaxTimeView instance of the datetimepicker control.
Public propertyValidationDate
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
Events
  NameDescription
Public eventCode exampleItemCreated
Occurs on the server when an item in the KaxTimeView control is created.
Public eventCode exampleItemDataBound
Occurs when an item is data bound to the KaxTimeView control.
Top
See Also