Skip to main content

WinActionContainerViewItem.Container Property

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

Namespace: DevExpress.ExpressApp.Win.Editors

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

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

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