Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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