ChoiceActionBase.DefaultItemMode Property
In This Article
Specifies how the Action’s default item is determined.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[DefaultValue(DefaultItemMode.FirstActiveItem)]
public DefaultItemMode DefaultItemMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
First |
A Default |
Available values:
Name | Description |
---|---|
First |
Specifies that the first active Choice Action Item is considered the default. |
Last |
Specifies that the Choice Action Item which was previously executed is considered the default. |
#Remarks
The ChoiceActionBase.BehaviorChanged event occurs when this property value is modified.
See Also