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

TableView.RowDecorationTemplate Property

Gets or sets the row decoration template. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public ControlTemplate RowDecorationTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that represents the row decoration template.

Remarks

For an example, please see Expand/Collapse Groups in the DXGrid’s demo.

See Also