Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public static void SetNavigationIndex(
    DependencyObject dependencyObject,
    int index
)

Parameters

Name Type Description
dependencyObject DependencyObject

The element to which the attached property is written.

index Int32

The required Int32 value.

See Also