Skip to main content
A newer version of this page is available. .

ChoiceActionItem.IsHierarchical() Method

Checks whether the ChoiceActionItem.Items collection exposed by the current ChoiceActionItem has a tree-like structure.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool IsHierarchical()

Returns

Type Description
Boolean

true if there are Items containing other Items; otherwise false.

Remarks

The IsHierarchical method iterates through the Items collection exposed by the current Item (represented by the ChoiceActionItemCollection class), and detects if there are child Items.

See Also