TableView.DataRowCompactTemplate Property
Gets or sets a template used to render grid data rows in compact mode. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate template used to render data rows in compact mode. |
Remarks
The binding source for the DataRowCompactTemplate template is represented by the RowData class.
To learn more, see Appearance Customization.
See Also