ChoiceActionItem.ActiveItemsBehavior Property
In This Article
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 |
---|---|---|
Active |
Independent | An Active |
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. |
Require |
Specifies that the current Choice Action Item is deactivated when all its child items are inactive, for example, due to security permissions. |
See Also