In This Article

CollectionViewGroup Class

Defines a group of items managed by a CollectionView<T>.

public class CollectionViewGroup
Inheritance:
object object

Remarks

This experimental class is subject to breaking changes and should only be used in conjunction with Actipro controls in the manner directed.

Properties

ItemCount

The number of items in the group.

public int ItemCount { get; }

Property Value

int

Items

A read-only list of the items in the group.

public IReadOnlyList<object?> Items { get; }

Property Value

IReadOnlyList<object>

Name

The name of the group.

public string? Name { get; }

Property Value

string

Methods

ToString()

Returns the string representation of this object.

public override string ToString()

Returns

string:

The string representation of this object.

Inherited Members

Extension Methods