ClassDateTimePickerElementNames
Class
Holds the list of the important DateTimePicker element names.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public static class DateTimePickerElementNames
Inheritance: objectDateTimePickerElementNames
Fields
CloseButtonContainerName
The name of the DateTimePicker Close button element.
Declaration
cs-api-definition
public const string CloseButtonContainerName = "CloseButtonContainer"
Field Value
CloseButtonName
The name of the DateTimePicker Close button element.
InputBoxName
The name of the DateTimePicker input box element.
Declaration
cs-api-definition
public const string InputBoxName = "PART_DateTimeInput"
Field Value
PopupName
The name of the DateTimePicker popup element.
TodayButtonName
The name of the DateTimePicker Today button element.
Declaration
cs-api-definition
public const string TodayButtonName = "TodayButton"
Field Value
ToggleButtonName
The name of the DateTimePicker toggle button element.
Declaration
cs-api-definition
public const string ToggleButtonName = "PART_DropDownButton"
Field Value