Skip to main content

ColumnBase.SetNavigationIndex(DependencyObject, Int32) Method

In This Article

Sets the value of the ColumnBase.NavigationIndex attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.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