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

ActiveItemsBehavior Enum

Specifies the display mode for a Choice Action Item.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public enum ActiveItemsBehavior

Members

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.

Related API Members

The following properties accept/return ActiveItemsBehavior values:

Remarks

These enumeration values are used to set the ChoiceActionItem.ActiveItemsBehavior property.

See Also