Skip to content

CalendarDatePicker class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.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-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class CalendarDatePicker
class Button
Button <|-- CalendarDatePicker

Inherits from: Button

Examples

<ui:CalendarDatePicker />

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
OnClick
OnPopupOpenedCalled when [popup opened].
OnSelectedDatesChangedCalled when [selected dates changed].
Inherited members