Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChoiceActionItem.ActiveItemsBehavior Property

Specifies whether to display a Choice Action Item when its child items are deactivated.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

[DefaultValue(ActiveItemsBehavior.Independent)]
public ActiveItemsBehavior ActiveItemsBehavior { get; set; }

#Property Value

Type Default Description
ActiveItemsBehavior Independent

An ActiveItemsBehavior enumeration value specifying the display mode for the current Choice Action Item.

Available values:

Name Description
Independent

Specifies that the current Choice Action Item’s active state does not depend on the active state of its child items.

RequireActiveItems

Specifies that the current Choice Action Item is deactivated when all its child items are inactive, for example, due to security permissions.

See Also