Skip to content

Commit 371ad08

Browse files
Update DateTimePicker.md
add max and min date properties
1 parent ea7e774 commit 371ad08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/documentation/docs/controls/DateTimePicker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ The `DateTimePicker` control can be configured with the following properties:
6969
| timeDisplayControlType | TimeDisplayControlType | no | Specifies what type of control to use when rendering time part. |
7070
| showLabels | boolean | no | Specifies if labels in front of date and time parts should be rendered. |
7171
| placeholder | string | no | Placeholder text for the DatePicker. |
72+
| maxDate | Date | no | The maximum allowable date. |
73+
| minDate | Date | no | The minimum allowable date. |
7274

7375
Enum `TimeDisplayControlType`
7476

0 commit comments

Comments
 (0)