AgendaAppointmentAppearance.IntervalTextColor Property
Gets or sets the AgendaView appointment’s time interval text color. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color IntervalTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The AgendaView appointment’s time interval text color. |
See Also