ComponentOne ASP.NET MVC Controls
ShowGroupPanel<T>(MultiRowBuilder<T>,String) Method

C1.Web.Mvc.MultiRow.Fluent Namespace > MultiRowGroupPanelExtension Class > ShowGroupPanel Method : ShowGroupPanel<T>(MultiRowBuilder<T>,String) Method
The data record type.
The specified FlexGrid builder.
The specified selector for the FlexGridGroupPanel's host element.
Apply the default FlexGridGroupPanel extender in FlexGrid.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function ShowGroupPanel(Of T)( _
   ByVal gridBuilder As MultiRowBuilder(Of T), _
   Optional ByVal selector As String _
) As MultiRowBuilder(Of T)

Parameters

gridBuilder
The specified FlexGrid builder.
selector
The specified selector for the FlexGridGroupPanel's host element.

Type Parameters

T
The data record type.

Return Value

The MultiRow builder.
See Also

Reference

MultiRowGroupPanelExtension Class
MultiRowGroupPanelExtension Members
Overload List