ICompositeField
Interface
An interface describing a hierarchical item that can participate in pivot grouping. It may have nested IField or ICompositeField items.
Definition
Namespace:Telerik.WinControls.UI.PivotFieldList
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public interface ICompositeField : IField
Derived Classes:
Inherited Members
Properties
Gets a value that indicates if this ICompositeField has children.
C#
bool HasChildren { get; }
Gets the role of this node.
C#
ContainerNodeRole Role { get; }
The role.