Skip to main content
.NET 6.0+

ChoiceActionItem.ActiveItemsBehavior Property

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.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.

See Also