menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupsDetails - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupsDetails

    Defines the class that provides details section of a group with nested child groups.

    Inheritance
    System.Object
    Element
    Section
    DetailsSection
    GroupsDetails
    GridGroupsDetails
    Implements
    System.IDisposable
    ITreeTableCounterSource
    ITreeTableSummaryArraySource
    Inherited Members
    DetailsSection.GetCustomCount()
    DetailsSection.GetElementCount()
    DetailsSection.GetFilteredRecordCount()
    DetailsSection.GetRecordCount()
    DetailsSection.GetVisibleCount()
    DetailsSection.GetVisibleCustomCount()
    DetailsSection.GetYAmountCount()
    DetailsSection.HasRecords
    DetailsSection.InvalidateSummariesTopDown()
    DetailsSection.InvalidateSummary()
    DetailsSection.ParentTable
    DetailsSection.ToString()
    Element.ChildTableGroupLevel
    Element.Dispose()
    Element.Disposed
    Element.Disposing
    Element.Engine
    Element.EngineTable
    Element.EnsureInitialized(Object)
    Element.EnsureInitialized(Object, Boolean)
    Element.GetCaptionSection()
    Element.GetCaptionSection(Element)
    Element.GetChildCount()
    Element.GetColumnHeaderSection()
    Element.GetColumnHeaderSection(Element)
    Element.GetCustomPosition()
    Element.GetData()
    Element.GetFilterBar()
    Element.GetFilterBar(Element)
    Element.GetRecord()
    Element.GetRecord(Element)
    Element.GetSummaries(Table)
    Element.GetSummaries(Table, Boolean)
    Element.GetVisibleCustomPosition()
    Element.GetVisibleInHierarchy()
    Element.GetVisibleInParent()
    Element.GroupLevel
    Element.Id
    Element.InDisposed
    Element.Info
    Element.InvalidateCounterBottomUp()
    Element.IsCaption()
    Element.IsCaption(Element)
    Element.IsChildVisible(Element)
    Element.IsColumnHeader()
    Element.IsColumnHeader(Element)
    Element.IsDisposed
    Element.IsFilterBar()
    Element.IsFilterBar(Element)
    Element.IsRecord()
    Element.IsRecord(Element)
    Element.ITreeTableSummaryArraySource.GetSummaries(ITreeTableEmptySummaryArraySource, Boolean)
    Element.Kind
    Element.OnBeginEditCalled()
    Element.OnBeginEditComplete(Boolean)
    Element.OnCancelEditCalled()
    Element.OnCancelEditComplete(Boolean)
    Element.OnDisposed(EventArgs)
    Element.OnElementTreeInvalidateCounterBottomUp()
    Element.OnEndEditCalled()
    Element.OnEndEditComplete(Boolean)
    Element.OnEnterRecordCalled()
    Element.OnEnterRecordComplete(Boolean)
    Element.OnLeaveRecordCalled()
    Element.OnLeaveRecordComplete(Boolean)
    Element.ParentChildTable
    Element.ParentDisplayElement
    Element.ParentGroup
    Element.ParentRecord
    Element.ParentSection
    Element.ParentTableDescriptor
    Element.Reserved1
    Element.Reserved10
    Element.Reserved11
    Element.Reserved16a
    Element.Reserved16b
    Element.Reserved16c
    Element.Reserved2
    Element.Reserved3
    Element.Reserved4
    Element.Reserved5
    Element.Reserved6
    Element.Reserved7
    Element.Reserved8
    Element.Reserved9
    Element.SupportsId()
    Element.TableLevel
    Section.GetCounter()
    Section.InvalidateSummariesBottomUp()
    Section.ParentElement
    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)
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class GroupsDetails : DetailsSection, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IContainerElement, IElementTreeTableSource, IElement

    Constructors

    GroupsDetails(Group)

    Initializes a new instance of the GroupsDetails class in the specified group.

    Declaration
    public GroupsDetails(Group parent)
    Parameters
    Type Name Description
    Group parent

    The group this section is created in.

    Properties

    Groups

    Gets the collection of child groups.

    Declaration
    public GroupsInDetailsCollection Groups { get; }
    Property Value
    Type
    GroupsInDetailsCollection

    GroupSortOrderDirty

    Gets or sets the value that indicates whether to modify the records should modify or not.

    Declaration
    public bool GroupSortOrderDirty { get; set; }
    Property Value
    Type
    System.Boolean

    HasGroupSortOrder

    Gets or sets the value that indicates whether the Group sort order is enabled or not.

    Declaration
    public bool HasGroupSortOrder { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    Dispose(Boolean)

    Overrides and manages the unwanted resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    Section.Dispose(Boolean)

    InvalidateCounter()

    Resets the counter.

    Declaration
    public override void InvalidateCounter()
    Overrides
    DetailsSection.InvalidateCounter()

    InvalidateCounterTopDown(Boolean)

    Resets the counter for all elements.

    Declaration
    public override void InvalidateCounterTopDown(bool notifySource)
    Parameters
    Type Name Description
    System.Boolean notifySource

    Indicates whether to notify the counter source.

    Overrides
    DetailsSection.InvalidateCounterTopDown(Boolean)

    OnEnsureInitialized(Object)

    Overrides and determines whether to update the elements or not.

    Declaration
    protected override bool OnEnsureInitialized(object sender)
    Parameters
    Type Name Description
    System.Object sender

    The object that triggered the OnEnsureInitialized() method call.

    Returns
    Type Description
    System.Boolean

    If Truechanges were detected and the object is updated;Otherwise False.

    Overrides
    Element.OnEnsureInitialized(Object)

    Implements

    System.IDisposable
    ITreeTableCounterSource
    ITreeTableSummaryArraySource
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved