ComponentOne FlexGrid for WPF and Silverlight
RowDetailsVisibilityMode Property

C1.WPF.FlexGrid Namespace > C1FlexGrid 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 System.Windows.Controls.DataGridRowDetailsVisibilityMode
public System.Windows.Controls.DataGridRowDetailsVisibilityMode RowDetailsVisibilityMode {get; set;}
Remarks
The details can be expanded by code using the property DetailsVisibility in the System.Windows.Controls.DataGridRow, or manually by pressing the toggle button located inside the row headers.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members