Skip to main content

DXCalendar Class

A cross-platform customizable calendar.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public class DXCalendar :
    View,
    IDXViewController,
    IAppearanceOwner,
    IVisualTreeElement

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.

DevExpress Calendar for .NET MAUI

For more information about the DXCalendar control, refer to the following help topic: DevExpress Calendar for .NET MAUI.

See Also