MonthView.ActualAppearance Property
In This Article
Gets the common appearance settings that are applied to the current MonthView.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public MonthViewActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Month |
Appearance settings that are applied to the current Month |
See Also