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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,14 +154,14 @@ More examples, please see the samples project
154
154
| MaxDate | Maximum selectable date of the control. | DateTime.MaxValue |
155
155
| MinDate | Minimum selectable date of the control. | DateTime.MinValue |
156
156
| 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 |
158
157
| OkButtonText | The text for the OK button. | OK |
159
158
| OtherMonthDayStyle | Style of the other month days in the calendar. | null |
160
159
| PopupBorderColor | Color of the popup border. Set to transparent or null to hide the border. | Transparent |
161
160
| PopupBorderWidth | Thickness of the border around the popup. | 0 |
162
161
| PopupCornerRadius | Corner radius of the popup's border for rounded edge appearance. | 0 |
163
162
| PopupPadding | Internal spacing between the popup's content and its border. | 0 |
164
163
| 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 |
165
165
| SelectedDayStyle | Style of the selected day in the calendar. | null |
166
166
| ShowClearButton | Clear button can be hidden/shown. If true, the button is displayed. | true |
167
167
| ShowOtherMonthDays | Determines whether to display other month days in the calendar. | true |
@@ -236,6 +236,7 @@ on ios, android, windows, maccatalyst
236
236
237
237
### 3.1.0 Preview
238
238
- The property 'NullableDateTime' renamed to 'SelectedDateTime'
239
+
- The property 'NullableDateTimeChanged' renamed to 'SelectedDateTimeChanged'
239
240
- Fixed truncation issues in month names on the selected date label.
0 commit comments