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