DXCalendar Class
A cross-platform customizable calendar.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public class DXCalendar :
View,
IDXViewController,
IAppearanceOwner,
IVisualTreeElement
#Related API Members
The following members return DXCalendar objects:
#Remarks
The DXCalendar
component allows users to select a date. The image below displays a calendar that shows holidays and observances.
For more information about the DXCalendar control, refer to the following help topic: DevExpress Calendar for .NET MAUI.
#Implements
Show 15 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
#Inheritance
System.Object
See Also