DayViewBase.AllDayAppointmentStyle Property
Gets or sets appearance settings of all-day appointments.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public AppointmentStyle AllDayAppointmentStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| AppointmentStyle | The storage of all-day appointments’ appearance settings. |
Remarks
The style provides the following settings that manage an appointment’s appearance:

See Also