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
RadControl
|
Methods
AutoUpdateBounds()
Declaration
protected void AutoUpdateBounds()
BackupBounds()
Declaration
protected virtual void BackupBounds()
CanClosePopup(RadPopupCloseReason)
Declaration
public override bool CanClosePopup(RadPopupCloseReason reason)
Parameters
RadPopupCloseReason
reason
|
Returns
System.Boolean
|
Overrides
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
GetBackupSize()
Declaration
protected override Size GetBackupSize()
Returns
System.Drawing.Size
|
Overrides
HideControl()
Hides the popup
Declaration
public void HideControl()
OnResize(EventArgs)
Declaration
protected override void OnResize(EventArgs e)
Parameters
System.EventArgs
e
|
OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
Parameters
System.EventArgs
e
|
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
RadDirection
popupDirection
|
System.Int32
ownerOffset
|
Returns
System.Drawing.Point
|
Events
Closed
Occurs when the drop down is closed
Declaration
public event RadPopupClosedEventHandler Closed
Event Type
RadPopupClosedEventHandler
|
Closing
Occurs when the drop down is closing
Declaration
public event RadPopupClosingEventHandler Closing
Event Type
RadPopupClosingEventHandler
|
Opened
Occurs when the drop down is opened
Declaration
public event EventHandler Opened
Event Type
System.EventHandler
|
Opening
Occurs when the drop down is opening
Declaration
public event CancelEventHandler Opening
Event Type
System.ComponentModel.CancelEventHandler
|