Represents a date selector.
Inherits: ValuedControl : Control : UIElement : UIElementBase| Name | Type | Description |
|---|---|---|
| Align | TextAlign | Text alignment. |
| View | DatePickerView |
Type of selector. Possible values:
|
| Placement | DropDownPlacement |
The direction of the selector’s "dropout". Possible values:
|
| Size | ControlSize |
Element size. Possible values:
ControlSize listing are not supported).
|
| YearCutOff | String |
Only for manual input. Limit for two-digit values of the year. Two-digit number. If it starts with "+" or "-", then the number is considered regarding the current year. If the entered value is less than or equal to the limit, then this is the 21st century, otherwise the 20th. |
| Base item properties | ||
Note! When the date is changed, the time will not change. This allows you to enter the date and time using the two
controls - TimePicker and DatePicker.