Skip to content

Commit b686e68

Browse files
svdimitrmarin-bratanov
authored andcommitted
chore(calendar): Wording changes to Selection article
1 parent 0c96b04 commit b686e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/calendar/selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can pre-select a date in Single selection mode by setting the `Value` proper
2323

2424
To pre-select dates in the Multiple selection mode, use the `SelectedDates` property which is of type `List<DateTime>`.
2525

26-
In `Range` selection mode you can get the start and end dates of a selected range, by the user, through the `RangeStart` and `RangeEnd` parameters of type `DateTime`. You also get events `RangeStartChanged` and `RangeEndChanged`. You can read more about them in the [Events]({%slug components/calendar/events%}) article.
26+
In `Range` selection mode you can get the start and end dates of a selected range, by the user, through the `RangeStart` and `RangeEnd` parameters of type `DateTime`. You also get events `RangeStartChanged` and `RangeEndChanged`. You can read more about them and see an example in the [Events]({%slug components/calendar/events%}) article.
2727

2828
## Receive User Selection
2929

0 commit comments

Comments
 (0)