Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SingleChoiceActionItemType Enum

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.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.

#Related API Members

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