Interface
IPickerContentElementOwner

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface IPickerContentElementOwner

Properties

Culture

Gets or sets the culture.

Declaration

cs-api-definition
CultureInfo Culture { get; set; }

Property Value

CultureInfo

Format

Gets or sets the format string.

Declaration

cs-api-definition
string Format { get; set; }

Property Value

string

HourHeaderText

Gets or sets the hours header text.

Declaration

cs-api-definition
string HourHeaderText { get; }

Property Value

string

MinutesHeaderText

Gets the minutes header text.

Declaration

cs-api-definition
string MinutesHeaderText { get; }

Property Value

string

Value

Gets or sets the value.

Declaration

cs-api-definition
object Value { get; set; }

Property Value

object

Methods

CloseOwnerPopup()

Closes the pop-up.

Declaration

cs-api-definition
void CloseOwnerPopup()