Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SingleChoiceActionItemType Enum

Contains values specifying the type of a SingleChoiceAction‘s ChoiceActionBase.Items.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum SingleChoiceActionItemType

Members

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.

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