[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridGroupPanelExtension.ShowGroupPanel

ShowGroupPanel Method

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

Apply the FlexGridGroupPanel extender in FlexGrid.

Declaration
public static FlexGridBuilder<T> ShowGroupPanel<T>(this FlexGridBuilder<T> gridBuilder, Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder, string selector = null)
Parameters
Type Name Description
FlexGridBuilder<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
FlexGridBuilder<T>
Type Parameters
Name Description
T

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

Apply the default FlexGridGroupPanel extender in FlexGrid.

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

the specified flexgrid builder.

string selector

The specified selector for the FlexGridGroupPanel's host element.

Returns
Type Description
FlexGridBuilder<T>
Type Parameters
Name Description
T