Class GridGroupExtend
Used internally.
Inheritance
System.Object
GridGroupExtend
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridGroupExtend
Constructors
GridGroupExtend()
Intializes a new instance of the GridGroupExtend. Used internally.
Declaration
public GridGroupExtend()
Methods
EnsureInitialized(Group, GridGroupOptionsStyleInfo)
Used internally.
Declaration
public static void EnsureInitialized(Group owner, GridGroupOptionsStyleInfo go)
Parameters
Type | Name | Description |
---|---|---|
Group | owner | |
GridGroupOptionsStyleInfo | go |
IsChildVisible(Group, Element, GridGroupOptionsStyleInfo)
Used internally.
Declaration
public static bool IsChildVisible(Group owner, Element el, GridGroupOptionsStyleInfo go)
Parameters
Type | Name | Description |
---|---|---|
Group | owner | The Group that defines a set of records that belong to a category. |
Element | el | The Element. |
GridGroupOptionsStyleInfo | go | The GridGroupOptionsStyleInfo. |
Returns
Type | Description |
---|---|
System.Boolean |
|
OnInitializeSections(Group, Boolean, SortColumnDescriptorCollection)
Used internally.
Declaration
public static void OnInitializeSections(Group owner, bool hasRecords, SortColumnDescriptorCollection fields)
Parameters
Type | Name | Description |
---|---|---|
Group | owner | |
System.Boolean | hasRecords | |
SortColumnDescriptorCollection | fields |
OnInitializeVisibleCounters(Group, GridGroupOptionsStyleInfo)
Used internally.
Declaration
public static void OnInitializeVisibleCounters(Group owner, GridGroupOptionsStyleInfo go)
Parameters
Type | Name | Description |
---|---|---|
Group | owner | |
GridGroupOptionsStyleInfo | go |