Class RadDateTimePickerCalendar
Represents the RadDateTimePickerCalendar class
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadDateTimePickerCalendar : RadDateTimePickerBehaviorDirector, IDisposable
Constructors
RadDateTimePickerCalendar(RadDateTimePickerElement)
Represents the RadDateTimePickerCalendar constructor
Declaration
public RadDateTimePickerCalendar(RadDateTimePickerElement dateTimePicker)
Parameters
RadDateTimePickerElement
dateTimePicker
|
Properties
ArrowButton
Gets the RadArrowButtonElement instance that represents the Date Time Picker's arrow button.
Declaration
public RadArrowButtonElement ArrowButton { get; }
Property Value
RadArrowButtonElement
|
Calendar
Gets or sets the calendar control which is shown when the pop up control is shown
Declaration
public RadCalendar Calendar { get; set; }
Property Value
RadCalendar
|
DateTimePickerElement
Gets the instance of RadDateTimePickerElement associated to the control
Declaration
public override RadDateTimePickerElement DateTimePickerElement { get; }
Property Value
RadDateTimePickerElement
|
Overrides
DropDownMaxSize
Gets or sets the drop down maximum size.
Declaration
public Size DropDownMaxSize { get; set; }
Property Value
System.Drawing.Size
|
DropDownMinSize
Gets or sets the drop down minimum size.
Declaration
public Size DropDownMinSize { get; set; }
Property Value
System.Drawing.Size
|
DropDownSizingMode
Gets or sets the drop down sizing mode. The mode can be: horizontal, vertical or a combination of them.
Declaration
public SizingMode DropDownSizingMode { get; set; }
Property Value
SizingMode
|
FooterPanel
IsDropDownShow
Gets a value representing whether the drop down is shown
Declaration
public bool IsDropDownShow { get; }
Property Value
System.Boolean
|
LastShowDpiScale
Declaration
public SizeF LastShowDpiScale { get; set; }
Property Value
System.Drawing.SizeF
|
PopupControl
Gets or sets the drop down control which is shown when the user clicks on the arrow button
Declaration
public RadDateTimePickerDropDown PopupControl { get; set; }
Property Value
RadDateTimePickerDropDown
|
ShowFooter
ShowTimePicker
Declaration
public bool ShowTimePicker { get; set; }
Property Value
System.Boolean
|
TextBoxElement
Declaration
public override RadMaskedEditBoxElement TextBoxElement { get; }
Property Value
RadMaskedEditBoxElement
|
Overrides
TimePicker
Methods
CreateCheckBoxElement()
CreateChildren()
Creates dateTimePicker's children
Declaration
public override void CreateChildren()
Overrides
Dispose()
Declaration
public void Dispose()
Implements
IntializeCalendar()
Declaration
protected virtual void IntializeCalendar()
SetDateByValue(Nullable<DateTime>, DateTimePickerFormat)
Sets the date shown in the textbox by a given value and format type.
Declaration
public override void SetDateByValue(DateTime? date, DateTimePickerFormat formatType)
Parameters
System.Nullable<System.DateTime>
date
|
System.Windows.Forms.DateTimePickerFormat
formatType
|
Overrides
ShowDropDown()
Shows the drop-down window part of the combo box
Declaration
public virtual void ShowDropDown()