Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ActionContainerViewItem.ContainerId Property

Specifies the Action Container View Item’s Action Container identifier.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public abstract string ContainerId { get; set; }

Property Value

Type Description
String

A string value that represents the Action Container View Item’s Action Container identifier.

Implements

See Also