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.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()