WeekView.ActualAppearance Property
In This Article
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
C#
public WeekViewActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Week |
Appearance settings that are applied to the current Week |
See Also