Back to Devexpress

Attached Properties

wpf-7450-controls-and-libraries-data-grid-implementation-details-attached-properties.md

latest1.7 KB
Original Source

Attached Properties

  • Jan 13, 2023

DXGrid provides the following attached properties.

Attached PropertyDescription
BandBase.GridRowSpecifies the row that the current column cells occupy within the band.
ColumnBase.HeaderPresenterTypeGets a value that specifies which grid element contains the column’s header.
ColumnBase.NavigationIndexGets or sets the column’s navigation index.
DataControlBase.ActiveViewGets the grid’s view that represents data from a data source.
DataControlSerializationOptions.AddNewColumnsGets or sets whether the columns that currently exist in the grid, but not in a layout when it is restored, should be retained.
DataControlSerializationOptions.RemoveOldColumnsGets 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.IsFocusedCellGets a value that indicates whether the cell is focused.
DataViewBase.IsFocusedRowGets a value that indicates whether the row is focused.
RowData.RowDataProvides access to RowData‘s properties.