Skip to main content
.NET 6.0+

ActionContainerViewItem.ContainerId Property

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.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