DXCalendar.SwitchView() Method
Changes the view type.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public void SwitchView()
Remarks
You can use the SwitchView()
method to switch between Month, Year, and Decade views. This method may be useful if you implement a custom header.
See Also