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

ActionContainerViewItem.Caption Property

Returns the Action Container View Item‘s caption.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public override string Caption { get; set; }

Property Value

Type Description
String

A string value representing the current Action Container View Item’s caption.

See Also