RadTimePickerContent
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
public RadTimePickerContent()
Properties
Determines whether control's height will be determined automatically, depending on the current Font.
public override bool AutoSize { get; set; }
Overrides:
Gets the culture to be used when displaying the time.
public CultureInfo Culture { get; set; }
Implements:
Gets or sets the hours header text.
public string HourHeaderText { get; }
Implements:
Gets the minutes header text.
public virtual string MinutesHeaderText { get; }
Implements:
Gets or sets a value indicating whether the contents of the time picker control can be changed.
public bool ReadOnly { get; set; }
Gets the RadTimePickerContentElement which encapsulates the UI representation and functionality of the control.
[Browsable(false)]
public RadTimePickerContentElement TimePickerElement { get; }
Methods
Closes the pop-up.
public void CloseOwnerPopup()
Implements:
protected override void CreateChildItems(RadElement parent)
Overrides:
protected virtual RadTimePickerContentElement CreateTimePickerContentElement()
Fires the ValueChanging event
protected virtual void OnValueChanging(object sender, CancelEventArgs e)
Events
public event EventHandler CloseButtonClicked
Occurs when the editing value has been changed
public event EventHandler ValueChanged
Occurs when the editing value is changing.
public event CancelEventHandler ValueChanging