Class DatePicker
Represents a control that displays a date and shows popup calendar when it is clicked.
[DefaultBindingProperty("Value")]
[ControlCategory("Date")]
public class DatePicker : SpeedDateButton, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo, ICommandSource
- Inheritance
-
DatePicker
- Implements
Constructors
- DatePicker()
Initializes a new instance of the DatePicker class.
- DatePicker(Control)
Initializes a new instance of the DatePicker class.
Fields
- DefaultUseControlColors
Gets or sets whether to assign default control colors in the constructor using UseControlColors(bool). Default is
true.
Properties
- ControlKind
Returns control identifier.
Methods
- OnSystemColorsChanged(EventArgs)
Called when the SystemColorsChanged event is raised.