Interface IGroup
A pivot group abstraction.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IGroup
Properties
Groups
Declaration
IReadOnlyList<IGroup> Groups { get; }
Property Value
System.Collections.Generic.IReadOnlyList<IGroup>
|
HasGroups
Gets a value that indicates if the Groups is empty.
Declaration
bool HasGroups { get; }
Property Value
System.Boolean
|
Level
Name
Gets the name of this group.
Declaration
object Name { get; }
Property Value
System.Object
|