ColumnBase.NavigationIndex Attached Property
In This Article
Gets or sets the column's navigation index.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the column's navigation index. |
#Remarks
The presentation of data rows can be defined using the TableView.DataRowTemplate property. For instance, you can arrange data cells into a custom layout within a data row. The NavigationIndex attached property allows you to specify the order in which cells are focused when the data row is edited.
See Also