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

IActionContainer.Actions Property

Provides access to a collection of Actions which are displayed by an Action Container.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

ReadOnlyCollection<ActionBase> Actions { get; }

Property Value

Type Description
ReadOnlyCollection<ActionBase>

A ReadOnlyCollection<ActionBase> collection containing Actions of the current Action Container.

See Also