ComponentOne FlexGrid for UWP
RowDetailsVisibilityMode Property

C1.UWP.FlexGrid Assembly > C1.Xaml.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 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.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members