Class
DataGroupCollection

Represents a collection of data groups.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class DataGroupCollection : GroupCollection<GridViewRowInfo>, IList, ICollection, IDisposable, IReadOnlyCollection<GridViewRowInfo>, IEnumerable

Inheritance: objectReadOnlyCollection<Group<GridViewRowInfo>>GroupCollection<GridViewRowInfo>DataGroupCollection

Implements: ICollectionIDisposableIEnumerableIListIReadOnlyCollection<GridViewRowInfo>

Inherited Members GroupCollection<GridViewRowInfo>.Dispose()ReadOnlyCollection<Group<GridViewRowInfo>>.Contains(Group<GridViewRowInfo>)ReadOnlyCollection<Group<GridViewRowInfo>>.CopyTo(Group<GridViewRowInfo>[], int)ReadOnlyCollection<Group<GridViewRowInfo>>.GetEnumerator()ReadOnlyCollection<Group<GridViewRowInfo>>.IndexOf(Group<GridViewRowInfo>)ReadOnlyCollection<Group<GridViewRowInfo>>.CountReadOnlyCollection<Group<GridViewRowInfo>>.Items

Constructors

DataGroupCollection(IList<Group<GridViewRowInfo>>)

Initializes a new instance of the DataGroupCollection class.

Declaration

cs-api-definition
public DataGroupCollection(IList<Group<GridViewRowInfo>> list)

Parameters

list

IList<Group<GridViewRowInfo>>

The list.

Fields

Empty

Declaration

cs-api-definition
public static DataGroupCollection Empty

Field Value

DataGroupCollection

Properties

this[int]

Declaration

cs-api-definition
public DataGroup this[int index] { get; }

Parameters

index

int

Property Value

DataGroup