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

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.v19.1.Core.dll

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