WeekView.ActualAppearance Property
Gets the common appearance settings that are applied to the current WeekView.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public WeekViewActualAppearance ActualAppearance { get; }
Property Value
Type | Description |
---|---|
WeekViewActualAppearance | Appearance settings that are applied to the current WeekView. |
See Also