Skip to main content

TableView.RowDecorationTemplate Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.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.

#Implements

DevExpress.Xpf.Grid.ITableView.RowDecorationTemplate
See Also