IPickerContentElementOwner
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface IPickerContentElementOwner
Derived Classes:
Properties
Gets or sets the culture.
C#
CultureInfo Culture { get; set; }
Gets or sets the hours header text.
C#
string HourHeaderText { get; }
Gets the minutes header text.
C#
string MinutesHeaderText { get; }
Methods
Closes the pop-up.
C#
void CloseOwnerPopup()