Skip to content

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

NameSummary
.ctor

Properties

NameSummary
IsTodayHighlightedGets or sets a value indicating whether the current date is highlighted.
IsCalendarOpenGets or sets a value indicating whether the calendar view of the [CalendarDatePicker](# is currently shown.
FirstDayOfWeekGets or sets the day that is considered the beginning of the week.
DateGets or sets the date currently set in the calendar picker.

Fields

NameSummary
static IsCalendarOpenPropertyProperty for [IsCalendarOpen](#
static IsTodayHighlightedPropertyProperty for [IsTodayHighlighted](#
static DatePropertyProperty for [Date](#
static FirstDayOfWeekPropertyProperty for [FirstDayOfWeek](#

Methods

NameSummary
OnClickInvokes the Click event.
OnLoadedRaises the Loaded event.
OnSelectedDatesChangedCalled when [selected dates changed].
Inherited members