Class GridDataTopLevelGroup
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<NodeEntry>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
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.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GridDataTopLevelGroup : TopLevelGroup, IDisposable, IEnumerable<NodeEntry>, IEnumerable, IGroupRefresh, IGroupList
Constructors
GridDataTopLevelGroup(SfDataGrid, CollectionViewAdv)
Declaration
public GridDataTopLevelGroup(SfDataGrid grid, CollectionViewAdv collectionView)
Parameters
Type | Name | Description |
---|---|---|
SfDataGrid | grid | |
CollectionViewAdv | collectionView |
Properties
RelationsCount
Declaration
public override int RelationsCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
Invalidate(Int32, Int32)
Declaration
public override void Invalidate(int index, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Int32 | count |
Overrides
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable