Back to Devexpress

SingleChoiceActionItemType Enum

expressappframework-devexpress-dot-expressapp-dot-actions-cce04722.md

latest2.2 KB
Original Source

SingleChoiceActionItemType Enum

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

Declaration

csharp
public enum SingleChoiceActionItemType
vb
Public Enum SingleChoiceActionItemType

Members

NameDescription
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:

Remarks

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

DevExpress.ExpressApp.Actions Namespace