Skip to main content

DayViewBase.TimeIndicatorsVisibility Property

Specifies days for which to display time indicators. 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 TimeIndicatorVisibility TimeIndicatorsVisibility { get; set; }

Property Value

Type Description
TimeIndicatorVisibility

A DevExpress.UI.Xaml.Scheduler.TimeIndicatorVisibility enumeration value. By default, TodayView.

Available values:

Name
Never
Always
TodayView
CurrentDate
See Also