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

DateNavigatorStateAppearance.PriorityIndex Property

Gets or sets the state’s priority index.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public int? PriorityIndex { get; set; }

Property Value

Type Description
Nullable<Int32>

The Nullable Int32 that is the state’s priority index.

Remarks

The following code sample sets the FocusedState‘s PriorityIndex to 1. In this case, the FocusedState overlays the TodayState appearance properties

DateNavigator - PriorityIndex property

See Also