MonthView.ActualAppearance Property
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
public MonthViewActualAppearance ActualAppearance { get; }
Property Value
Type | Description |
---|---|
MonthViewActualAppearance | Appearance settings that are applied to the current MonthView. |
See Also