Interface ICompositeField
An interface describing a hierarchical item that can participate in pivot grouping. It may have nested IField or ICompositeField items.
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface ICompositeField : IField
  Properties
Children
Gets the nested IField elements.
Declaration
IList<IField> Children { get; }
  Property Value
| 
        System.Collections.Generic.IList<IField>
         
  | 
    
HasChildren
Gets a value that indicates if this ICompositeField has children.
Declaration
bool HasChildren { get; }
  Property Value
| 
        System.Boolean
         
  | 
    
Role
Gets the role of this node.
Declaration
ContainerNodeRole Role { get; }
  Property Value
| 
        ContainerNodeRole
         The role.  |