DefaultItemMode Enum
In This Article
Contains values specifying the default Choice Action Item.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return DefaultItemMode values:
#Remarks
These enumeration values are used to set the ChoiceActionBase.DefaultItemMode property.
See Also