You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/datepicker/overview.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ published: True
8
8
position: 0
9
9
---
10
10
11
-
# Date Picker Overview
11
+
# Blazor Date Picker Component Overview
12
12
13
13
The Date Picker component allows the user to choose a date from a visual list ([calendar]({%slug components/calendar/overview%})) or to type it into a [date input]({%slug components/dateinput/overview%}) that can accept only dates. You can control the format shown in the input, how the user navigates through the calendar, and dates the user cannot select.
14
14
@@ -31,15 +31,16 @@ The selected date is: @datePickerValue.ToShortDateString()
31
31
}
32
32
````
33
33
34
-

34
+

35
35
36
+
## Features
36
37
37
-
The Date Picker component exposes the following features:
38
+
The Blazor Date Picker component exposes the following features:
38
39
39
40
*`BottomView` - Defines the bottommost view in the popup calendar to which the user can navigate to. Defaults to `CalendarView.Month`.
40
41
*`DisabledDates` - Specifies a list of dates that can not be selected.
41
42
*`Enabled` - Specifies whether typing in the input is allowed.
42
-
*`Format` - Specifies the format of the DateInput of the DatePicker. Read more in the [Supported Formats]({%slug components/dateinput/supported-formats%}) article.
43
+
*`Format` - Specifies the format of the DateInput of the DatePicker. [Read more about supported data formats in Telerik DateInput for Blazor UI]({%slug components/dateinput/supported-formats%}) article.
43
44
*`PopupHeight` - Defines the height of the DatePicker's Popup. Defaults to `auto`.
44
45
*`PopupWidth` - Defines the width of the DatePicker's Popup. Defaults to `auto`.
45
46
*`Value` - The current value of the input. Can be used for binding.
0 commit comments