[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.DetailVisibilityMode

DetailVisibilityMode Enum

Specifies when and how the row details are displayed.

Namespace: C1.Web.Mvc.Grid
Assembly: C1.Web.Mvc.dll
Syntax
public enum DetailVisibilityMode

Fields

Name Description
Code

Details are shown or hidden in code, using the showDetail and hideDetail methods.

ExpandMulti

Details are shown or hidden using buttons added to the row headers. Multiple rows may be expanded at a time.

ExpandSingle

Details are shown or hidden using buttons added to the row headers. Only one row may be expanded at a time.

Selection

Details are shown for the row that is currently selected.