ChoiceActionBase.DefaultItemMode Property
Specifies how the Action’s default item is determined.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Default | Description |
---|---|---|
DefaultItemMode | FirstActiveItem | A DefaultItemMode enumeration value specifying the default Choice Action Item. |
Remarks
The ChoiceActionBase.BehaviorChanged event occurs when this property value is modified.
See Also