IModelAction.ShowItemsOnClick Property
Specifies whether to execute the Action on click or show its drop-down with items.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the ShowItemsOnClick property for the SingleChoiceAction type Actions.
The property sets the default value for the ChoiceActionBase.ShowItemsOnClick property.
See Also