Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public DataTemplate DataRowCompactTemplate { get; set; }

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