[]
        
(Showing Draft Content)

C1.iOS.Grid.GridDetailVisibilityMode

GridDetailVisibilityMode Class

Determines how the visibility will behave.

Inheritance
GridDetailVisibilityMode
Namespace: C1.iOS.Grid
Assembly: C1.iOS.Grid.dll
Syntax
public sealed class GridDetailVisibilityMode : Enum

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.

value__