Attached Properties
DXGrid provides the following attached properties.
| Attached Property | Description |
|---|---|
| BandBase.GridRow | Specifies the row that the current column cells occupy within the band. |
| ColumnBase.HeaderPresenterType | Gets a value that specifies which grid element contains the column’s header. |
| ColumnBase.NavigationIndex | Gets or sets the column’s navigation index. |
| DataControlBase.ActiveView | Gets the grid’s view that represents data from a data source. |
| DataControlSerializationOptions.AddNewColumns | Gets or sets whether the columns that currently exist in the grid, but not in a layout when it is restored, should be retained. |
| DataControlSerializationOptions.RemoveOldColumns | Gets or sets whether the columns that exist in a layout when it is restored, but do not currently exist in the grid, should be discarded. |
| DataViewBase.IsFocusedCell | Gets a value that indicates whether the cell is focused. |
| DataViewBase.IsFocusedRow | Gets a value that indicates whether the row is focused. |
| RowData.RowData | Provides access to RowData‘s properties. |