Interface IPickerContentElementOwner
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IPickerContentElementOwner
Properties
Culture
Gets or sets the culture.
Declaration
CultureInfo Culture { get; set; }
Property Value
System.Globalization.CultureInfo
|
Format
Gets or sets the format string.
Declaration
string Format { get; set; }
Property Value
System.String
|
HourHeaderText
Gets or sets the hours header text.
Declaration
string HourHeaderText { get; }
Property Value
System.String
|
MinutesHeaderText
Gets the minutes header text.
Declaration
string MinutesHeaderText { get; }
Property Value
System.String
|
Value
Gets or sets the value.
Declaration
object Value { get; set; }
Property Value
System.Object
|
Methods
CloseOwnerPopup()
Closes the pop-up.
Declaration
void CloseOwnerPopup()