IActionContainer.Actions Property
Provides access to a collection of Actions which are displayed by an Action Container.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<ActionBase> | A ReadOnlyCollection<ActionBase> collection containing Actions of the current Action Container. |
See Also