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