menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataTopLevelGroup

    Represents a class that provides the common functionalities of DataTopLevel group in Sfdatagrid.

    Inheritance
    System.Object
    NodeEntry
    GroupEntry
    Group
    TopLevelGroup
    GridDataTopLevelGroup
    Implements
    System.IDisposable
    System.Collections.Generic.IEnumerable<NodeEntry>
    System.Collections.IEnumerable
    IGroupRefresh
    IGroupList
    Inherited Members
    Group.AddItem(Object)
    Group.AddRecord(RecordEntry, Boolean)
    Group.CreateDetailsForGroups(Int32)
    Group.CreateDetailsForRecords(Group, IEnumerable, Int32)
    Group.CreateDetailsForRecords(Group, Int32)
    Group.CreateNewGroup(Group, GroupResult, Int32)
    Group.CreateNewGroup(Group, Object, Int32)
    Group.Details
    Group.GetEnumerator()
    Group.GetGroupsCount()
    Group.GetParentYAmountCache()
    Group.GetRecordAt(Int32)
    Group.GetRecordCount()
    Group.GetRecordIndex(Object)
    Group.GetRecordIndex(RecordEntry)
    Group.GetRelationsCount()
    Group.GetSourceCount()
    Group.GetSourceYAmountCache()
    Group.GetSummaryValue(String)
    Group.GetSummaryValue(String, String)
    Group.GetYAmountCache()
    Group.Groups
    Group.IEnumerable.GetEnumerator()
    Group.InsertRecord(Int32, RecordEntry, Boolean)
    Group.IsBottomLevel
    Group.isDirty
    Group.IsExpanded
    Group.isSourceYAmountDirty
    Group.ItemsCount
    Group.Key
    Group.OnGroupCollapsed()
    Group.OnGroupExpanded()
    Group.Parent
    Group.Populate(IEnumerable<GroupResult>)
    Group.Populate(IEnumerable<GroupResult>, List<Group>, Group, Int32)
    Group.PropertyChanged
    Group.RecalculateSourceYAmount()
    Group.RecalculateYAmount()
    Group.Records
    Group.RemoveItem(Object)
    Group.RemoveRecord(RecordEntry, Boolean)
    Group.ResetSourceYAmount()
    Group.ResetYAmount()
    Group.SetDirty()
    Group.Source
    Group.SummaryDetails
    Group.TopLevelGroup
    GroupEntry.ToSummaryArray()
    NodeEntry.Dispose()
    NodeEntry.IsGroups
    NodeEntry.IsRecords
    NodeEntry.Level
    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()
    TopLevelGroup.Add(Object, Boolean)
    TopLevelGroup.CalculateCaptionSummary(SummaryRecordEntry, String, Group)
    TopLevelGroup.CalculateGroupSummary(SummaryRecordEntry, String, Group)
    TopLevelGroup.CollapseGroup(Group)
    TopLevelGroup.CollectionView
    TopLevelGroup.ComputeCount(Group, Int32)
    TopLevelGroup.Contains(Object)
    TopLevelGroup.DeferRefresh()
    TopLevelGroup.DisplayElements
    TopLevelGroup.ExpandGroup(Group)
    TopLevelGroup.GetGroupCaptionText(Group, String, String)
    TopLevelGroup.GetGroupCaptionTextList(Group, String, String)
    TopLevelGroup.GetMaxLevel()
    TopLevelGroup.GetUnderlyingSourceType()
    TopLevelGroup.GroupDescriptions
    TopLevelGroup.IGroupRefresh.DeferRefresh()
    TopLevelGroup.IGroupRefresh.RefreshFilters()
    TopLevelGroup.IGroupRefresh.RefreshSortingOrder()
    TopLevelGroup.IndexOf(Object)
    TopLevelGroup.Insert(Object, Int32, Boolean)
    TopLevelGroup.IsTopLevelGroup
    TopLevelGroup.RefreshFilters()
    TopLevelGroup.RefreshSortingOrder()
    TopLevelGroup.Remove(Object, Boolean)
    TopLevelGroup.ResetCache
    TopLevelGroup.ResumeEvents()
    TopLevelGroup.SuspendEvents()
    TopLevelGroup.UpdateCaptionSummaries()
    TopLevelGroup.UpdateSummaries(Group)
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridDataTopLevelGroup : TopLevelGroup, IDisposable, IEnumerable<NodeEntry>, IEnumerable, IGroupRefresh, IGroupList

    Constructors

    GridDataTopLevelGroup(SfDataGrid, CollectionViewAdv)

    Initializes a new instance of GridDataTopLevelGroup class.

    Declaration
    public GridDataTopLevelGroup(SfDataGrid grid, CollectionViewAdv collectionView)
    Parameters
    Type Name Description
    SfDataGrid grid
    CollectionViewAdv collectionView

    Properties

    RelationsCount

    Gets the value for RelationsCount.

    Declaration
    public override int RelationsCount { get; }
    Property Value
    Type
    System.Int32
    Overrides
    TopLevelGroup.RelationsCount

    Methods

    Dispose(Boolean)

    Disposes all the resources used by GridDataTopLevelGroup class.

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

    Indicates whether the resource can be disposed or not.

    Overrides
    TopLevelGroup.Dispose(Boolean)

    Invalidate(Int32, Int32)

    Invalidates the row index.

    Declaration
    public override void Invalidate(int index, int count)
    Parameters
    Type Name Description
    System.Int32 index

    The Specified row index.

    System.Int32 count

    The count.

    Overrides
    TopLevelGroup.Invalidate(Int32, Int32)

    Implements

    System.IDisposable
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IGroupRefresh
    IGroupList

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved