ClassQueryableCollectionViewGroupRoot
Class
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:
cs-api-definition
public class QueryableCollectionViewGroupRoot : QueryableCollectionViewGroup, IGroup
Inheritance: objectQueryableCollectionViewGroupQueryableCollectionViewGroupRoot
Implements:
Inherited Members
Properties
IsBottomLevel
Gets a value that indicates whether this group has any subgroups.
Declaration
cs-api-definition
public override bool IsBottomLevel { get; }
Property Value
Overrides
Remarks
Returns false.
RootGroup
Gets the root group.
Declaration
cs-api-definition
protected override QueryableCollectionViewGroupRoot RootGroup { get; }
Property Value
QueryableCollectionViewGroupRoot
The root group.
Overrides