Skip to main content

DayViewBaseActualAppearance.AllDayAppointmentContentPadding Property

Gets the content padding value that is applied to the AppointmentItem whose AllDay property is true. To specify this value, use the ContentPadding property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Thickness AllDayAppointmentContentPadding { get; }

Property Value

Type Description
Thickness

The content padding.

See Also