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