Skip to main content

AgendaAppointmentPositionToConverterBase<T>.SinglePosition Property

Gets or sets the property value applied when the appointment is at the middle position.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public T SinglePosition { get; set; }

Property Value

Type Description
T

The property value.

See Also