Class DatePicker
The DatePickerView Date Picker.
public class DatePicker : View, IDisposable, ISupportInitializeNotification, ISupportInitialize
- Inheritance
-
DatePicker
- Implements
- Inherited Members
Constructors
- DatePicker()
Initializes a new instance of DatePicker.
- DatePicker(DateTime)
Initializes a new instance of DatePicker with the specified date.
Properties
- Culture
CultureInfo for date. The default is CultureInfo.CurrentCulture.
- Date
Get or set the date.
Methods
- Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
- OnDrawingText()
Called when the Text of the View is to be drawn.