Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChoiceActionBase.DefaultItemMode Property

Specifies how the Action’s default item is determined.

Namespace: DevExpress.ExpressApp.Actions

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