Interface ICompositeField
An interface describing a hierarchical item that can participate in pivot grouping. It may have nested IField or IComposite
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.
|
HasChildren
Gets a value that indicates if this IComposite
Declaration
bool HasChildren { get; }
Property Value
System.
|
Role
Gets the role of this node.
Declaration
ContainerNodeRole Role { get; }
Property Value
Container The role. |