ColumnBase.SetNavigationIndex(DependencyObject, Int32) Method
Sets the value of the ColumnBase.NavigationIndex attached property to a specified DependencyObject.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dependencyObject | DependencyObject | The element to which the attached property is written. |
| index | Int32 | The required Int32 value. |
See Also