Click or drag to resize
KaxDateInput Properties

The KaxDateInput type exposes the following members.

Properties
  Name Description
Public property Code example Culture
Gets or sets the culture used by KaxDateInput to format the date.
Public property Code example DateFormat
Gets or sets the date and time format used by KaxDateInput.
Public property Code example DbSelectedDate
Gets or sets the date content of KaxDateInput in a database-friendly way.
Public property Code example DisplayDateFormat

Gets or sets the display date format used by KaxDateInput.(Visible when the control is not on focus.)

Public property IncrementSettings
Public property IsEmpty
Used to determine if KaxDateInput is empty.
Public property MaxDate
Gets or sets the largest date value allowed by KaxDateInput.
Public property MinDate
Gets or sets the smallest date value allowed by KaxDateInput.
Public property Code example OnClientDateChanged Obsolete.
Gets or sets the JavaScript event handler fired whenever the date of KaxDateInput changes.
Public property Code example SelectedDate
Gets or sets the date content of KaxDateInput.
Public property ShortYearCenturyEnd
Gets or sets a value that indicates the end of the century that is used to interpret the year value when a short year (single-digit or two-digit year) is entered in the input.
Public property ShortYearCenturyStart
Gets a value that indicates the start of the century that is used to interpret the year value when a short year (single-digit or two-digit year) is entered in the input.
Public property Text (Overrides KaxInputControlText.)
Public property ValidationDate Obsolete.
This property is no longer used. The recomended alternative is the Text property.
Top
See Also