menu

WinForms

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

    Show / Hide Table of Contents

    Class DetailsSection

    Defines a base class for the RecordsInDetailsCollection or GroupsInDetailsCollection. Instances of this class are accessed through the Details property of a parent Group.

    Inheritance
    System.Object
    Element
    Section
    DetailsSection
    GroupsDetails
    RecordsDetails
    Implements
    System.IDisposable
    ITreeTableCounterSource
    ITreeTableSummaryArraySource
    Inherited Members
    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.OnEnsureInitialized(Object)
    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.Dispose(Boolean)
    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 abstract class DetailsSection : Section, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IContainerElement, IElementTreeTableSource, IElement

    Constructors

    DetailsSection(Group)

    Initializes a new instances of the DetailsSection in the specified group.

    Declaration
    protected DetailsSection(Group parent)
    Parameters
    Type Name Description
    Group parent

    The group this section is created in.

    Properties

    HasRecords

    Determines whether this section contains records or groups or not.

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

    ParentTable

    Gets or sets the parent table this section belongs to.

    Declaration
    public override Table ParentTable { get; set; }
    Property Value
    Type
    Table
    Overrides
    Element.ParentTable

    Methods

    GetCustomCount()

    Overrides and gets the custom count for the element.

    Declaration
    public override double GetCustomCount()
    Returns
    Type Description
    System.Double

    Custom count.

    Overrides
    Element.GetCustomCount()

    GetElementCount()

    Overrides and gets the element count.

    Declaration
    public override int GetElementCount()
    Returns
    Type Description
    System.Int32

    Element count.

    Overrides
    Element.GetElementCount()

    GetFilteredRecordCount()

    Overrides and gets the filtered record count.

    Declaration
    public override int GetFilteredRecordCount()
    Returns
    Type Description
    System.Int32

    Filtered record count.

    Overrides
    Element.GetFilteredRecordCount()

    GetRecordCount()

    Overrides and gets the number of records.

    Declaration
    public override int GetRecordCount()
    Returns
    Type Description
    System.Int32

    Record count.

    Overrides
    Element.GetRecordCount()

    GetVisibleCount()

    Overrides and gets the number of visible elements.

    Declaration
    public override int GetVisibleCount()
    Returns
    Type Description
    System.Int32

    Number of visible elements.

    Overrides
    Element.GetVisibleCount()

    GetVisibleCustomCount()

    Overrides and gets the custom count for visible elements.

    Declaration
    public override double GetVisibleCustomCount()
    Returns
    Type Description
    System.Double

    Visible custom count.

    Overrides
    Element.GetVisibleCustomCount()

    GetYAmountCount()

    Overrides and gets the element height.

    Declaration
    public override double GetYAmountCount()
    Returns
    Type Description
    System.Double

    Element height.

    Overrides
    Element.GetYAmountCount()

    InvalidateCounter()

    Overrides and resets the counter.

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

    InvalidateCounterTopDown(Boolean)

    Overrides and resets the counter for all the elements.

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

    Indicates whether to notify the counter source.

    Overrides
    Element.InvalidateCounterTopDown(Boolean)

    InvalidateSummariesTopDown()

    Overrides and resets the summaries for all the elements.

    Declaration
    public override void InvalidateSummariesTopDown()
    Overrides
    Element.InvalidateSummariesTopDown()

    InvalidateSummary()

    Overrides and resets the summary.

    Declaration
    public override void InvalidateSummary()
    Overrides
    Element.InvalidateSummary()

    ToString()

    Overrides and gets the string representation of DetailsSection.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    String representation of the current object.

    Overrides
    Element.ToString()

    Implements

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