Class
TimePickerElementNames

Holds the list of the important TimePicker element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class TimePickerElementNames

Inheritance: objectTimePickerElementNames

Fields

InputBoxName

The name of the TimePicker input box element.

Declaration

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

Field Value

string

PopupName

The name of the TimePicker popup element.

Declaration

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

Field Value

string

ToggleButtonName

The name of the TimePicker toggle button element.

Declaration

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

Field Value

string