This class is used as an entry point for all actions related to grouping (like add, remove, edit).
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class QueryableCollectionViewGroupRoot : QueryableCollectionViewGroup, IGroup
Inheritance: objectQueryableCollectionViewGroupQueryableCollectionViewGroupRoot
Implements:
Inherited Members
Properties
Gets a value that indicates whether this group has any subgroups.
C#
public override bool IsBottomLevel { get; }
Overrides:
Remarks:
Returns false.
Gets the root group.
C#
protected override QueryableCollectionViewGroupRoot RootGroup { get; }
The root group.
Overrides: