WinUI

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

    Show / Hide Table of Contents

    Class GridDataVirtualizingTopLevelGroup

    Represents a class that maintains the common functionalities of Virtualizing top level group in SfDataGrid.

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

    Constructors

    GridDataVirtualizingTopLevelGroup(SfDataGrid, CollectionViewAdv)

    Initializes a new instance of GridDataVirtualizingTopLevelGroup class.

    Declaration
    public GridDataVirtualizingTopLevelGroup(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 Description
    System.Int32
    Overrides
    TopLevelGroup.RelationsCount

    Methods

    Dispose(Boolean)

    Disposes all the resources used by GridDataVirtualizingTopLevelGroup class.

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

    Indicates whether the resources 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 specific row index.

    System.Int32 count

    The count.

    Overrides
    TopLevelGroup.Invalidate(Int32, Int32)

    Implements

    System.IDisposable
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    IGroupList
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved