Skip to main content
A newer version of this page is available. .

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.v20.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