ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / RowDetailsVisibilityMode Property

In This Topic
    RowDetailsVisibilityMode Property
    In This Topic
    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