IActionContainer.Actions Property
In This Article
Provides access to a collection of Actions which are displayed by an Action Container.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
ReadOnlyCollection<ActionBase> Actions { get; }
#Property Value
Type | Description |
---|---|
Read |
A Read |
See Also