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