DateNavigatorStateAppearance.PriorityIndex Property
Gets or sets the state’s priority index.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Remarks
The following code sample sets the FocusedState‘s PriorityIndex to 1
. In this case, the FocusedState overlays the TodayState appearance properties
See Also