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¶
| 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 | |
| OnPopupOpened | Called when [popup opened]. |
| OnSelectedDatesChanged | Called when [selected dates changed]. |
Inherited members
CrissCross.WPF.UI.Controls.Button.IconPropertyCrissCross.WPF.UI.Controls.Button.AppearancePropertyCrissCross.WPF.UI.Controls.Button.MouseOverBackgroundPropertyCrissCross.WPF.UI.Controls.Button.MouseOverBorderBrushPropertyCrissCross.WPF.UI.Controls.Button.PressedForegroundPropertyCrissCross.WPF.UI.Controls.Button.PressedBackgroundPropertyCrissCross.WPF.UI.Controls.Button.PressedBorderBrushPropertyCrissCross.WPF.UI.Controls.Button.CornerRadiusPropertyCrissCross.WPF.UI.Controls.Button.#ctorCrissCross.WPF.UI.Controls.Button.IconCrissCross.WPF.UI.Controls.Button.AppearanceCrissCross.WPF.UI.Controls.Button.MouseOverBackgroundCrissCross.WPF.UI.Controls.Button.MouseOverBorderBrushCrissCross.WPF.UI.Controls.Button.PressedForegroundCrissCross.WPF.UI.Controls.Button.PressedBackgroundCrissCross.WPF.UI.Controls.Button.PressedBorderBrushCrissCross.WPF.UI.Controls.Button.CornerRadiusSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString