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

IModelAction.DefaultItemMode Property

Specifies the Choice Action Item that is executed when an end-user clicks the Choice Action.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

DefaultItemMode DefaultItemMode { get; set; }

Property Value

Type Description
DefaultItemMode

A DefaultItemMode enumeration value specifying the default Choice Action Item.

See Also