Skip to main content
.NET 6.0+

WinActionContainerViewItem.Container Property

Provides access to the Action Container displayed by the current View Item.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public ButtonsContainer Container { get; }

Property Value

Type Description
DevExpress.ExpressApp.Win.Templates.ActionContainers.ButtonsContainer

A ButtonsContainer object which is the Action Container displayed by the WinActionContainerViewItem.

See Also