Skip to main content

DateNavigator.ShowDaysOfWeek Property

Gets or sets whether to display days of week when the Date Navigator is in the month view mode. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowDaysOfWeek { get; set; }

Property Value

Type Description
Boolean

true, to display days of week; otherwise, false.

Remarks

Days of week are displayed at the top of the month view.

datenavigator_daysofweek

See Also