Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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