Class RadTimePickerContent
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTimePickerContent : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPickerContentElementOwner
Constructors
RadTimePickerContent()
Declaration
public RadTimePickerContent()
Properties
AutoSize
Determines whether control's height will be determined automatically, depending on the current Font.
Declaration
public override bool AutoSize { get; set; }
Property Value
System.Boolean
|
Overrides
Culture
Gets the culture to be used when displaying the time.
Declaration
public CultureInfo Culture { get; set; }
Property Value
System.Globalization.CultureInfo
|
Implements
Format
Declaration
public string Format { get; set; }
Property Value
System.String
|
Implements
HourHeaderText
Declaration
public string HourHeaderText { get; }
Property Value
System.String
|
Implements
MinutesHeaderText
Declaration
public virtual string MinutesHeaderText { get; }
Property Value
System.String
|
Implements
ReadOnly
Gets or sets a value indicating whether the contents of the time picker control can be changed.
Declaration
public bool ReadOnly { get; set; }
Property Value
System.Boolean
|
TimePickerElement
Gets the RadTimePickerContentElement which encapsulates the UI representation and functionality of the control.
Declaration
public RadTimePickerContentElement TimePickerElement { get; }
Property Value
RadTimePickerContentElement
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Implements
Methods
CloseOwnerPopup()
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
CreateTimePickerContentElement()
Declaration
protected virtual RadTimePickerContentElement CreateTimePickerContentElement()
Returns
RadTimePickerContentElement
|
OnCloseButtonClicked(Object, EventArgs)
Declaration
protected virtual void OnCloseButtonClicked(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnValueChanged(Object, EventArgs)
Fires the ValueChanged event
Declaration
protected virtual void OnValueChanged(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnValueChanging(Object, CancelEventArgs)
Fires the ValueChanging event
Declaration
protected virtual void OnValueChanging(object sender, CancelEventArgs e)
Parameters
System.Object
sender
|
System.ComponentModel.CancelEventArgs
e
|
Events
CloseButtonClicked
Declaration
public event EventHandler CloseButtonClicked
Event Type
System.EventHandler
|
ValueChanged
Occurs when the editing value has been changed
Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler
|
ValueChanging
Occurs when the editing value is changing.
Declaration
public event CancelEventHandler ValueChanging
Event Type
System.ComponentModel.CancelEventHandler
|