Back to Devexpress

ActiveItemsBehavior Enum

expressappframework-devexpress-dot-expressapp-dot-actions-e01a4e6c.md

latest1.5 KB
Original Source

ActiveItemsBehavior Enum

Specifies the display mode for a Choice Action Item.

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum ActiveItemsBehavior
vb
Public Enum ActiveItemsBehavior

Members

NameDescription
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.

|

The following properties accept/return ActiveItemsBehavior values:

Remarks

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

See Also

DevExpress.ExpressApp.Actions Namespace