ComponentOne DataGrid for WPF and Silverlight
RowDetailsTemplate Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : RowDetailsTemplate Property
Gets or sets the System.Windows.DataTemplate used to present the details part of a row.
Syntax
'Declaration
 
Public Property RowDetailsTemplate As System.Windows.DataTemplate
public System.Windows.DataTemplate RowDetailsTemplate {get; set;}
Remarks
See RowDetailsVisibilityMode to set the way the details of each row are shown, or CanUserToggleDetails to set whether the toggle button in the row header is visible or not.
See Also

Reference

C1DataGrid Class
C1DataGrid Members