KaxDatePicker Properties |
The KaxDatePicker type exposes the following members.
Name | Description | |
---|---|---|
AutoPostBack |
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.
|
|
Calendar |
Gets the KaxCalendar instance of the datepicker control.
|
|
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.
|
|
Culture |
Gets or sets the culture used by KaxDatePicker to format the date.
|
|
DateInput |
Gets the KaxDateInput instance of the datepicker control.
|
|
DatePopupButton |
Gets the DatePopupButton instance of the datepicker control.
You can use the object to customize the popup button's appearance and behavior.
|
|
DbSelectedDate |
Gets or sets the date content of KaxDatePicker in a database friendly way.
|
|
Enabled | (Overrides KaxWebControl.Enabled.) | |
EnableEmbeddedBaseStylesheet | (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.) | |
EnableEmbeddedScripts | (Overrides KaxWebControl.EnableEmbeddedScripts.) | |
EnableEmbeddedSkins | (Overrides KaxWebControl.EnableEmbeddedSkins.) | |
EnableScreenBoundaryDetection |
Gets or sets whether the screen boundaries should be taken into consideration
when the Calendar or TimeView are displayed.
|
|
EnableTyping |
Enables or disables typing in the date input box.
|
|
FocusedDate |
Gets or sets the date that the
Calendar uses for
focusing itself whenever the
KaxDateInput component of
the KaxDatePicker is
empty.
|
|
HideAnimation | ||
ImagesPath |
Gets or sets default path for the grid images when EnableEmbeddedSkins is set to false.
|
|
IsEmpty |
Used to determine if KaxDatePicker is empty.
|
|
MaxDate |
Gets or sets the latest valid date for selection.
Selecting a date later than that will not be allowed.
|
|
MinDate |
Gets or sets the minimal range date for selection.
Selecting a date earlier than that will not be allowed.
|
|
PopupDirection |
Gets or sets the direction in which the popup Calendar is displayed,
with relation to the DatePicker control.
|
|
RegisterWithScriptManager | (Overrides KaxWebControl.RegisterWithScriptManager.) | |
SelectedDate |
Gets or sets the date content of KaxDatePicker.
|
|
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.
|
|
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.
|
|
ShowAnimation | ||
ShowPopupOnFocus |
Gets or sets whether the popup control (Calendar or TimeView) is displayed when the DateInput textbox is focused.
|
|
Skin | (Overrides KaxWebControl.Skin.) | |
TabIndex | (Overrides KaxWebControl.TabIndex.) | |
ValidationDate |
This property is used by the KaxDateInput's internals only. It is subject to
change in the future versions. Please do not use.
|
|
Width |
Gets or sets the width of the datepicker in pixels.
(Overrides KaxWebControl.Width.) |
|
ZIndex |
Gets or sets the z-index style of the control's popups
|