Skip to main content

TimeIndicator.DisplayMode Property

Specifies the display mode. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(TimeIndicatorDisplayMode.Everywhere, Handler = "InvalidateTimeIndicators")]
public TimeIndicatorDisplayMode DisplayMode { get; set; }

Property Value

Type Description
TimeIndicatorDisplayMode

A DevExpress.WinUI.Scheduler.TimeIndicatorDisplayMode enumeration value. By default, Everywhere.

Available values:

Name
Hidden
InView
InRuler
Everywhere
See Also