Skip to main content
.NET 6.0+

ChoiceActionBase.DefaultItemMode Property

Specifies how the Action’s default item is determined.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DefaultValue(DefaultItemMode.FirstActiveItem)]
public DefaultItemMode DefaultItemMode { get; set; }

Property Value

Type Default Description
DefaultItemMode FirstActiveItem

A DefaultItemMode enumeration value specifying the default Choice Action Item.

Remarks

The ChoiceActionBase.BehaviorChanged event occurs when this property value is modified.

See Also