WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupExtend - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridGroupExtend

    Used internally.

    Inheritance
    System.Object
    GridGroupExtend
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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

    true if [is child visible] [the specified owner]; otherwise, false.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved