[]
Apply the FlexGridGroupPanel extender in FlexGrid.
public static FlexGridBuilder<T> ShowGroupPanel<T>(this FlexGridBuilder<T> gridBuilder, Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder, string selector = null)
| 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. |
| Type | Description |
|---|---|
| FlexGridBuilder<T> |
| Name | Description |
|---|---|
| T |
Apply the default FlexGridGroupPanel extender in FlexGrid.
public static FlexGridBuilder<T> ShowGroupPanel<T>(this FlexGridBuilder<T> gridBuilder, string selector = null)
| Type | Name | Description |
|---|---|---|
| FlexGridBuilder<T> | gridBuilder | the specified flexgrid builder. |
| string | selector | The specified selector for the FlexGridGroupPanel's host element. |
| Type | Description |
|---|---|
| FlexGridBuilder<T> |
| Name | Description |
|---|---|
| T |