In This Article

GroupDescription<T> Class

Defines a grouping that can be applied to a CollectionView<T>.

public class GroupDescription<T>
Type Parameters:
T -

The type.

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.

Constructors

GroupDescription(Func<T, string?>)

Initializes an instance of the class.

public GroupDescription(Func<T, string?> nameSelector)
Parameter Type Description
nameSelector Func<T, string>

The selector which will return the name of the grouping for the object.

Properties

NameSelector

The selector which will return the name of the grouping for the object.

public Func<T, string?> NameSelector { get; }

Property Value

Func<T, string>

Inherited Members

Extension Methods