Class GridDataTopLevelGroup
Represents a class that provides the common functionalities of DataTopLevel group in Sfdatagrid.
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<NodeEntry>
System.Collections.IEnumerable
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridDataTopLevelGroup : TopLevelGroup, IDisposable, IEnumerable<NodeEntry>, IEnumerable, 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
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
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
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable