[]
        
(Showing Draft Content)

C1.Web.Mvc.MultiRow.Fluent.MultiRowGroupPanelExtension.ShowGroupPanel

ShowGroupPanel Method

ShowGroupPanel<T>(MultiRowBuilder<T>, Action<FlexGridGroupPanelBuilder<T>>, string)

Apply the FlexGridGroupPanel extender in FlexGrid.

Declaration
public static MultiRowBuilder<T> ShowGroupPanel<T>(this MultiRowBuilder<T> gridBuilder, Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder, string selector = null)
Parameters
Type Name Description
MultiRowBuilder<T> gridBuilder

The specified FlexGrid builder.

Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder

The specified FlexGridGroupPanel builder

string selector

The specified selector for the FlexGridGroupPanel's host element.

Returns
Type Description
MultiRowBuilder<T>

The MultiRow builder.

Type Parameters
Name Description
T

The data record type.

ShowGroupPanel<T>(MultiRowBuilder<T>, string)

Apply the default FlexGridGroupPanel extender in FlexGrid.

Declaration
public static MultiRowBuilder<T> ShowGroupPanel<T>(this MultiRowBuilder<T> gridBuilder, string selector = null)
Parameters
Type Name Description
MultiRowBuilder<T> gridBuilder

The specified FlexGrid builder.

string selector

The specified selector for the FlexGridGroupPanel's host element.

Returns
Type Description
MultiRowBuilder<T>

The MultiRow builder.

Type Parameters
Name Description
T

The data record type.