[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.ShowGroups

ShowGroups Method

ShowGroups(bool)

Configurates ShowGroups. Sets whether the grid should insert group rows to delimit data groups.

Declaration
public virtual TBuilder ShowGroups(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

Data groups are created by modifying the groupDescriptions property of the ICollectionView object used as the grid's itemsSource.