ComponentOne DataGrid for WPF and Silverlight
RowDetailsVisibilityMode Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : RowDetailsVisibilityMode Property
The details part can be automatically opened when the row is selected, can be always visible, or can be always collapsed.
Syntax
'Declaration
 
Public Property RowDetailsVisibilityMode As DataGridRowDetailsVisibilityMode
public DataGridRowDetailsVisibilityMode RowDetailsVisibilityMode {get; set;}
Remarks
The details can be expanded by code using the property DetailsVisibility in the DataGridRow, or manually by pressing the toggle button located inside the row headers. Notice the CanUserToggleDetails must be set to true.
See Also

Reference

C1DataGrid Class
C1DataGrid Members