IModelAction.DefaultItemMode Property
In This Article
Specifies the Choice Action Item that is executed when an end-user clicks the Choice Action.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
DefaultItemMode DefaultItemMode { get; set; }
#Property Value
Type | Description |
---|---|
Default |
A Default |
Available values:
Name | Description |
---|---|
First |
Specifies that the first active Choice Action Item is considered the default. |
Last |
Specifies that the Choice Action Item which was previously executed is considered the default. |
See Also