ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / FlexGridGroupPanelExtension Class / ShowGroupPanel Method / ShowGroupPanel<T>(FlexGridBuilder<T>,String) Method
the specified flexgrid builder.
The specified selector for the FlexGridGroupPanel's host element.






In This Topic
    ShowGroupPanel<T>(FlexGridBuilder<T>,String) Method
    In This Topic
    Apply the default FlexGridGroupPanel extender in FlexGrid.
    Syntax
    'Declaration
     
    
    <System.Runtime.CompilerServices.ExtensionAttribute()>
    Public Overloads Shared Function ShowGroupPanel(Of T)( _
       ByVal gridBuilder As FlexGridBuilder(Of T), _
       Optional ByVal selector As System.String _
    ) As FlexGridBuilder(Of T)
    'Usage
     
    
    Dim gridBuilder As FlexGridBuilder(Of T)
    Dim selector As System.String
    Dim value As FlexGridBuilder(Of T)
     
    value = FlexGridGroupPanelExtension.ShowGroupPanel(Of T)(gridBuilder, selector)
    [System.Runtime.CompilerServices.Extension()]
    public static FlexGridBuilder<T> ShowGroupPanel<T>( 
       FlexGridBuilder<T> gridBuilder,
       System.string selector
    )
    public function ShowGroupPanel( 
        gridBuilder: FlexGridBuilder;
        selector: System.String
    ): FlexGridBuilder; static; 
    System.Runtime.CompilerServices.ExtensionAttribute()
    public static function ShowGroupPanel( 
       gridBuilder : FlexGridBuilder,
       selector : System.String
    ) : FlexGridBuilder;
    [System.Runtime.CompilerServices.Extension()]
    public: static FlexGridBuilder<T*>* ShowGroupPanel<T>( 
       FlexGridBuilder<T*>* gridBuilder,
       System.string* selector
    ) 
    [System.Runtime.CompilerServices.Extension()]
    public:
    static FlexGridBuilder<T^>^ ShowGroupPanelgeneric<typename T>
    ( 
       FlexGridBuilder<T^>^ gridBuilder,
       System.String^ selector
    ) 

    Parameters

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

    Type Parameters

    T
    See Also