expressappframework-devexpress-dot-expressapp-dot-actions-cce04722.md
Contains values specifying the type of a SingleChoiceAction‘s ChoiceActionBase.Items.
Namespace : DevExpress.ExpressApp.Actions
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public enum SingleChoiceActionItemType
Public Enum SingleChoiceActionItemType
| Name | Description |
|---|---|
ItemIsMode |
Items from a SingleChoiceAction‘s ChoiceActionBase.Items collection represent modes. The SingleChoiceAction’s control indicates the current selection.
|
| ItemIsOperation |
Items from a SingleChoiceAction‘s ChoiceActionBase.Items collection represent operations. The SingleChoiceAction’s control does not indicate the current selection.
|
The following properties accept/return SingleChoiceActionItemType values:
Members of the SingleChoiceActionItemType enumeration specify whether a Single Choice Action’s Items represent a mode or an operation. To get the enumeration value which is currently used by a Single Choice Action, use the SingleChoiceAction.ItemType property.
See Also