Class
DateTimePickerElementNames

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

string

CloseButtonName

The name of the DateTimePicker Close button element.

Declaration

cs-api-definition
public const string CloseButtonName = "PART_Close"

Field Value

string

InputBoxName

The name of the DateTimePicker input box element.

Declaration

cs-api-definition
public const string InputBoxName = "PART_DateTimeInput"

Field Value

string

PopupName

The name of the DateTimePicker popup element.

Declaration

cs-api-definition
public const string PopupName = "DropDownPopup"

Field Value

string

TodayButtonName

The name of the DateTimePicker Today button element.

Declaration

cs-api-definition
public const string TodayButtonName = "TodayButton"

Field Value

string

ToggleButtonName

The name of the DateTimePicker toggle button element.

Declaration

cs-api-definition
public const string ToggleButtonName = "PART_DropDownButton"

Field Value

string