Class DateTimePickerElementNames
Inheritance
System.Object
DateTimePickerElementNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public static class DateTimePickerElementNames
Fields
CloseButtonContainerName
Declaration
public const string CloseButtonContainerName = "CloseButtonContainer"
Field Value
System.String
|
CloseButtonName
Declaration
public const string CloseButtonName = "PART_Close"
Field Value
System.String
|
InputBoxName
Declaration
public const string InputBoxName = "PART_DateTimeInput"
Field Value
System.String
|
PopupName
Declaration
public const string PopupName = "DropDownPopup"
Field Value
System.String
|
TodayButtonName
Declaration
public const string TodayButtonName = "TodayButton"
Field Value
System.String
|
ToggleButtonName
Declaration
public const string ToggleButtonName = "PART_DropDownButton"
Field Value
System.String
|