Skip to main content
All docs
V25.1
  • DateNavigatorStateAppearance.PriorityIndex Property

    Gets or sets the state’s priority index.

    Namespace: DevExpress.Xpf.Editors.DateNavigator

    Assembly: DevExpress.Xpf.Core.v25.1.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