Skip to content

Commit 30ed874

Browse files
committed
comment
1 parent 5050bc8 commit 30ed874

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,14 @@ More examples, please see the samples project
154154
| MaxDate | Maximum selectable date of the control. | DateTime.MaxValue |
155155
| MinDate | Minimum selectable date of the control. | DateTime.MinValue |
156156
| Mode | Specifies the picker mode of the control. Valid values are Date, DateTime, and Time. | Date |
157-
| SelectedDateTime | Gets or sets the nullable date and time value of the control. | null |
158157
| OkButtonText | The text for the OK button. | OK |
159158
| OtherMonthDayStyle | Style of the other month days in the calendar. | null |
160159
| PopupBorderColor | Color of the popup border. Set to transparent or null to hide the border. | Transparent |
161160
| PopupBorderWidth | Thickness of the border around the popup. | 0 |
162161
| PopupCornerRadius | Corner radius of the popup's border for rounded edge appearance. | 0 |
163162
| PopupPadding | Internal spacing between the popup's content and its border. | 0 |
164163
| PopupPageOverlayColor | Background overlay color behind the popup. Useful for dimming the content. | Black, %50 opacity [Colors.Black.WithAlpha(0.5f)] |
164+
| SelectedDateTime | Gets or sets the nullable date and time value of the control. | null |
165165
| SelectedDayStyle | Style of the selected day in the calendar. | null |
166166
| ShowClearButton | Clear button can be hidden/shown. If true, the button is displayed. | true |
167167
| ShowOtherMonthDays | Determines whether to display other month days in the calendar. | true |
@@ -236,6 +236,7 @@ on ios, android, windows, maccatalyst
236236

237237
### 3.1.0 Preview
238238
- The property 'NullableDateTime' renamed to 'SelectedDateTime'
239+
- The property 'NullableDateTimeChanged' renamed to 'SelectedDateTimeChanged'
239240
- Fixed truncation issues in month names on the selected date label.
240241

241242
### 3.0.0

0 commit comments

Comments
 (0)