Back to Devexpress

TableView.DataRowCompactTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-6b145450.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataTemplate DataRowCompactTemplate { get; set; }
vb
Public Property DataRowCompactTemplate As DataTemplate

Property Value

TypeDescription
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

Compact Mode

DataRowTemplate

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace