TableView.DataRowCompactTemplate Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public DataTemplate DataRowCompactTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
The binding source for the DataRowCompactTemplate template is represented by the RowData class.
To learn more, see Appearance Customization.
See Also