Skip to main content
.NET 6.0+

IActionContainer.Actions Property

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

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

ReadOnlyCollection<ActionBase> Actions { get; }

Property Value

Type Description
ReadOnlyCollection<ActionBase>

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

See Also