Skip to main content

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

bool ShowItemsOnClick { get; set; }

Property Value

Type Description
Boolean

true, to show the Action’s drop-down with items; false, to execute the Action.

Remarks

Use the ShowItemsOnClick property for the SingleChoiceAction type Actions.

The property sets the default value for the ChoiceActionBase.ShowItemsOnClick property.

See Also