New to Telerik UI for WinFormsStart a free 30-day trial

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: Field

Inherited Members IField.FieldInfoIField.ParentListIField.DisplayName

Properties

Gets the nested IField elements.

C#
IList<IField> Children { get; }

Gets a value that indicates if this ICompositeField has children.

C#
bool HasChildren { get; }

Gets the role of this node.

C#
ContainerNodeRole Role { get; }
Property Value:

The role.

In this article
DefinitionPropertiesChildrenHasChildrenRole
Not finding the help you need?
Contact Support