Skip to main content
A newer version of this page is available. .

ActionContainerViewItem.ContainerId Property

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

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