Interface
ICompositeField

An interface describing a hierarchical item that can participate in pivot grouping. It may have nested IField or ICompositeField items.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public interface ICompositeField : IField

Inherited Members IField.FieldInfoIField.ParentList

Properties

Children

Gets the nested IField elements.

Declaration

cs-api-definition
IList<IField> Children { get; }

Property Value

IList<IField>

HasChildren

Gets a value that indicates if this ICompositeField has children.

Declaration

cs-api-definition
bool HasChildren { get; }

Property Value

bool

Role

Gets the role of this node.

Declaration

cs-api-definition
ContainerNodeRole Role { get; }

Property Value

ContainerNodeRole

The role.

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