Skip to main content

DayViewBase.ShowTimeIndicatorOverAppointment Property

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

Namespace: DevExpress.WinUI.Scheduler.Internal

Assembly: DevExpress.WinUI.Scheduler.v21.1.dll

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