Skip to main content
A newer version of this page is available. .

IModelAction.ChoiceActionItems Property

Provides acess to the child ChoiceActionItems node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

IModelChoiceActionItems ChoiceActionItems { get; }

Property Value

Type Description
IModelChoiceActionItems

An IModelChoiceActionItems object representing the child ChoiceActionItems node.

See Also