Skip to main content

DayViewBase.ShowTimeIndicatorOverAppointment Property

Specifies whether time indicators overlap appointments. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler.Internal

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowTimeIndicatorOverAppointment { get; set; }

Property Value

Type Description
Boolean

true, to draw time indicators on top of appointments; otherwise, false. By default, false.

See Also