ClassRadTimePickerContent
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadTimePickerContent : RadControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IPickerContentElementOwner
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadTimePickerContent
Implements:
Inherited Members
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
Overrides
Culture
Gets the culture to be used when displaying the time.
Declaration
public CultureInfo Culture { get; set; }
Property Value
Implements
Format
Gets or sets the format string.
HourHeaderText
Gets or sets the hours header text.
Declaration
public string HourHeaderText { get; }
Property Value
Implements
MinutesHeaderText
Gets the minutes header text.
Declaration
public virtual string MinutesHeaderText { get; }
Property Value
Implements
ReadOnly
Gets or sets a value indicating whether the contents of the time picker control can be changed.
TimePickerElement
Gets the RadTimePickerContentElement which encapsulates the UI representation and functionality of the control.
Declaration
[Browsable(false)]
public RadTimePickerContentElement TimePickerElement { get; }
Property Value
Methods
CloseOwnerPopup()
Closes the pop-up.
Declaration
public void CloseOwnerPopup()
Implements
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
parent
Overrides
CreateTimePickerContentElement()
Declaration
protected virtual RadTimePickerContentElement CreateTimePickerContentElement()
Returns
OnValueChanged(object, EventArgs)
Fires the ValueChanged event
OnValueChanging(object, CancelEventArgs)
Fires the ValueChanging event
Declaration
protected virtual void OnValueChanging(object sender, CancelEventArgs e)
Parameters
sender
e
Events
ValueChanged
Occurs when the editing value has been changed
ValueChanging
Occurs when the editing value is changing.
Declaration
public event CancelEventHandler ValueChanging
Event Value