Gets or sets the template that is used to display the row details.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public DataTemplate RowDetailsTemplate { get; set; }
|
VB |
Public Property RowDetailsTemplate As DataTemplate
|
Property value
Type: DataTemplate
A System.Windows.DataTemplate object.

Remarks

See Also