Interface IGroup
A pivot group abstraction.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IGroup
Properties
Groups
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
|