WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RecordsDetails

    Show / Hide Table of Contents

    Class RecordsDetails

    Defines the class that provides the details section of a group with records.

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

    Constructors

    RecordsDetails(Group)

    Initializes a new instance of the RecordsDetails class with the specified group.

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

    The group this section is created in.

    Properties

    FilteredRecords

    Gets the collection of records in this group that meet filter criteria.

    Declaration
    public FilteredRecordsInDetailsCollection FilteredRecords { get; }
    Property Value
    Type Description
    FilteredRecordsInDetailsCollection

    Records

    Gets the collection of all records in this group. Records that do not meet filter criteria are included.

    Declaration
    public RecordsInDetailsCollection Records { get; }
    Property Value
    Type Description
    RecordsInDetailsCollection

    Methods

    CompareSortedColumns()

    Determines whether the TableDescriptor.SortedColumns collection was modified or not since the group was sorted.

    Declaration
    public bool CompareSortedColumns()
    Returns
    Type Description
    System.Boolean

    If Truethe sorted columns are modified;Otherwise False.

    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)

    OnEnsureInitialized(Object)

    Overrides and determines whether to update the objects 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 True changes were detected and the object was updated;Otherwise False.

    Overrides
    Element.OnEnsureInitialized(Object)
    Remarks

    virtual method is called from OnEnsureInitialized(Object) and lets derived elements implement element-specific logic to ensure object is up to data.

    UpdateSortedColumns()

    Determines whether to update the sorted columns or not.

    Declaration
    public bool UpdateSortedColumns()
    Returns
    Type Description
    System.Boolean

    If True the records needed sorting;Otherwise False.

    Remarks

    TableDescriptor.SortedColumns collection was modified since the group was sorted and if this is the case the records in the group will be resorted.

    Implements

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