Click or drag to resize
KaxDatePicker Properties

The KaxDatePicker 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.
Public property Calendar
Gets the KaxCalendar instance of the datepicker control.
Public property ClientEvents
Gets or sets an instance of DatePickerClientEvents class which defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side events are raised.
Public property Code example Culture
Gets or sets the culture used by KaxDatePicker to format the date.
Public property DateInput
Gets the KaxDateInput instance of the datepicker control.
Public property DatePopupButton
Gets the DatePopupButton instance of the datepicker control. You can use the object to customize the popup button's appearance and behavior.
Public property Code example DbSelectedDate
Gets or sets the date content of KaxDatePicker in a database friendly way.
Public property Enabled (Overrides KaxWebControl.Enabled.)
Public property EnableEmbeddedBaseStylesheet (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.)
Public property EnableEmbeddedScripts (Overrides KaxWebControl.EnableEmbeddedScripts.)
Public property EnableEmbeddedSkins (Overrides KaxWebControl.EnableEmbeddedSkins.)
Public property EnableScreenBoundaryDetection
Gets or sets whether the screen boundaries should be taken into consideration when the Calendar or TimeView are displayed.
Public property EnableTyping
Enables or disables typing in the date input box.
Public property FocusedDate
Gets or sets the date that the Calendar uses for focusing itself whenever the KaxDateInput component of the KaxDatePicker is empty.
Public property HideAnimation
Public property ImagesPath
Gets or sets default path for the grid images when EnableEmbeddedSkins is set to false.
Public property IsEmpty
Used to determine if KaxDatePicker is empty.
Public property MaxDate
Gets or sets the latest valid date for selection. Selecting a date later than that will not be allowed.
Public property MinDate
Gets or sets the minimal range date for selection. Selecting a date earlier than that will not be allowed.
Public property PopupDirection
Gets or sets the direction in which the popup Calendar is displayed, with relation to the DatePicker control.
Public property RegisterWithScriptManager (Overrides KaxWebControl.RegisterWithScriptManager.)
Public property Code example SelectedDate
Gets or sets the date content of KaxDatePicker.
Public property SharedCalendar
Gets or sets the reference to the calendar that will be used for picking dates. This property allows you to configure several datepickers to use a single KaxCalendar instance.
Public property SharedCalendarID
Gets or sets the ID of the calendar that will be used for picking dates. This property allows you to configure several datepickers to use a single KaxCalendar instance.
Public property ShowAnimation
Public property ShowPopupOnFocus
Gets or sets whether the popup control (Calendar or TimeView) is displayed when the DateInput textbox is focused.
Public property Skin (Overrides KaxWebControl.Skin.)
Public property TabIndex (Overrides KaxWebControl.TabIndex.)
Public property ValidationDate
This property is used by the KaxDateInput's internals only. It is subject to change in the future versions. Please do not use.
Public property Width
Gets or sets the width of the datepicker in pixels.
(Overrides KaxWebControl.Width.)
Public property ZIndex
Gets or sets the z-index style of the control's popups
Top
See Also