Class RadDateTimePickerDropDown
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadDateTimePickerDropDown : RadEditorPopupControlBase, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl, INotifyPropertyChanged
Constructors
RadDateTimePickerDropDown(RadItem)
Fields
OwnerControl
Properties
HostedControl
Gets or sets the hosted control in the popup.
Declaration
public RadControl HostedControl { get; set; }
Property Value
Methods
AutoUpdateBounds()
Declaration
protected void AutoUpdateBounds()
BackupBounds()
Declaration
protected virtual void BackupBounds()
CanClosePopup(RadPopupCloseReason)
Declaration
public override bool CanClosePopup(RadPopupCloseReason reason)
Parameters
Rad
|
Returns
System.
|
Overrides
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
Rad
|
Overrides
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
GetBackupSize()
Declaration
protected override Size GetBackupSize()
Returns
System.
|
Overrides
HideControl()
Hides the popup
Declaration
public void HideControl()
OnResize(EventArgs)
Declaration
protected override void OnResize(EventArgs e)
Parameters
System.
|
OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
Parameters
System.
|
Overrides
ShowControl(RadDirection, Int32)
Shows the popup control with a specified popup direction and offset by the owner
Declaration
public Point ShowControl(RadDirection popupDirection, int ownerOffset)
Parameters
Rad
|
System.
|
Returns
System.
|
Events
Closed
Occurs when the drop down is closed
Declaration
public event RadPopupClosedEventHandler Closed
Event Type
Closing
Occurs when the drop down is closing
Declaration
public event RadPopupClosingEventHandler Closing
Event Type
Opened
Occurs when the drop down is opened
Declaration
public event EventHandler Opened
Event Type
System.
|
Opening
Occurs when the drop down is opening
Declaration
public event CancelEventHandler Opening
Event Type
System.
|