Skip to main content
.NET 6.0+

IFrameTemplate.GetContainers() Method

Provides access to a Template‘s Action Containers.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

ICollection<IActionContainer> GetContainers()

Returns

Type Description
ICollection<IActionContainer>

An instance of the ICollection<IActionContainer> collection that contains the current Template’s Action Containers.

See Also