[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridDetailVisibilityMode

GridDetailVisibilityMode Enum

Determines how the visibility will behave.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public enum GridDetailVisibilityMode

Fields

Name Description
ExpandMultiple

Multiple row details can be visible at the same time.

ExpandSingle

At most one row detail will be visible at the same time.

Selection

The details are expanded and collapsed as the selection changes.