DefaultItemMode Enum
Contains values specifying the default Choice Action Item.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v21.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Members
Name | Description |
---|---|
FirstActiveItem
|
Specifies that the first active Choice Action Item is considered the default. |
LastExecutedItem
|
Specifies that the Choice Action Item which was previously executed is considered the default. |
Remarks
These enumeration values are used to set the ChoiceActionBase.DefaultItemMode property.
See Also