ClassTimeSpanPickerElementNames
Class
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.
CloseButtonName
The name of the TimeSpanPicker Close button element located in the drop down.
DropDownButtonName
The name of the TimeSpanPicker drop down button element.
Declaration
cs-api-definition
public const string DropDownButtonName = "PART_DropDownButton"
Field Value
DropDownPopupContentName
The name of the TimeSpanPicker drop down content element.
Declaration
cs-api-definition
public const string DropDownPopupContentName = "DropDownPopupContent"
Field Value
WatermarkTextboxName
The name of the TimeSpanPicker input box element.
Declaration
cs-api-definition
public const string WatermarkTextboxName = "PART_TimeSpanInput"
Field Value