'Declaration
Public Function New( _ ByVal grid As FlexGridBase(Of T), _ Optional ByVal selector As String _ )
public FlexGridGroupPanel<T>( FlexGridBase<T> grid, string selector )
Parameters
- grid
- The grid which owns this group panel.
- selector
- The selector specifies the element of the group panel.