Back to Devexpress

IActionContainer.Actions Property

expressappframework-devexpress-dot-expressapp-dot-templates-dot-iactioncontainer.md

latest1.6 KB
Original Source

IActionContainer.Actions Property

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

Namespace : DevExpress.ExpressApp.Templates

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
ReadOnlyCollection<ActionBase> Actions { get; }
vb
ReadOnly Property Actions As ReadOnlyCollection(Of ActionBase)

Property Value

TypeDescription
ReadOnlyCollection<ActionBase>

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

|

See Also

IActionContainer Interface

IActionContainer Members

DevExpress.ExpressApp.Templates Namespace