SingleChoiceAction.ItemType Property
Specifies the type of a Single Choice Action's items from the ChoiceActionBase.Items collection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
[DefaultValue(SingleChoiceActionItemType.ItemIsMode)]
public SingleChoiceActionItemType ItemType { get; set; }
<DefaultValue(SingleChoiceActionItemType.ItemIsMode)>
Public Property ItemType As SingleChoiceActionItemType
Property Value
Type | Default | Description |
---|---|---|
SingleChoiceActionItemType | ItemIsMode |
A SingleChoiceActionItemType enumeration value identifying a Single Choice Action's items kind. |
Remarks
Use this property to specify whether the Single Choice Action's items represent a mode or an operation. Item type is considered when the Single Choice Action is displayed. When items represent modes, the Action's control indicates the current selection. For items that represent operations, this functionality is not provided.
Items represent modes
Items represent operations
NOTE
The defined behavior is provided by built-in Action Containers. You can customize this by implementing a custom Action Container.