CalendarDatePicker class¶
Defined in
Namespace: CrissCross.Avalonia.UI.Controls
Assembly: CrissCross.Avalonia.UI.dll
Full name: CrissCross.Avalonia.UI.Controls.CalendarDatePicker
Modifiers: public
Summary¶
Represents a control that allows a user to pick a date from a calendar display.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471
Class hierarchy
classDiagram
class CalendarDatePicker
class Button
Button <|-- CalendarDatePicker
Inherits from: Button
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| IsTodayHighlighted | Gets or sets a value indicating whether the current date is highlighted. |
| IsCalendarOpen | Gets or sets a value indicating whether the calendar view of the [CalendarDatePicker](# is currently shown. |
| FirstDayOfWeek | Gets or sets the day that is considered the beginning of the week. |
| Date | Gets or sets the date currently set in the calendar picker. |
Fields¶
| Name | Summary |
|---|---|
| static IsCalendarOpenProperty | Property for [IsCalendarOpen](# |
| static IsTodayHighlightedProperty | Property for [IsTodayHighlighted](# |
| static DateProperty | Property for [Date](# |
| static FirstDayOfWeekProperty | Property for [FirstDayOfWeek](# |
Methods¶
| Name | Summary |
|---|---|
| OnClick | Invokes the Click event. |
| OnLoaded | Raises the Loaded event. |
| OnSelectedDatesChanged | Called when [selected dates changed]. |