[]
        
(Showing Draft Content)

DetailVisibilityMode Enumeration

DetailVisibilityMode Enumeration

Specifies when and how the row details are displayed.

Enumeration members

Enumeration members

Code

Code: = 0

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

ExpandMulti

ExpandMulti: = 3

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

ExpandSingle

ExpandSingle: = 2

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

Selection

Selection: = 1

Details are shown for the row that is currently selected.