Class
TimeSpanPickerElementNames

Holds the list of the important TimeSpanPicker element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

cs-api-definition
public static class TimeSpanPickerElementNames

Inheritance: objectTimeSpanPickerElementNames

Fields

ClearButtonName

The name of the TimeSpanPicker Clear button element located in the drop down.

Declaration

cs-api-definition
public const string ClearButtonName = "PART_Clear"

Field Value

string

CloseButtonName

The name of the TimeSpanPicker Close button element located in the drop down.

Declaration

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

Field Value

string

DropDownButtonName

The name of the TimeSpanPicker drop down button element.

Declaration

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

Field Value

string

DropDownPopupContentName

The name of the TimeSpanPicker drop down content element.

Declaration

cs-api-definition
public const string DropDownPopupContentName = "DropDownPopupContent"

Field Value

string

WatermarkTextboxName

The name of the TimeSpanPicker input box element.

Declaration

cs-api-definition
public const string WatermarkTextboxName = "PART_TimeSpanInput"

Field Value

string