Skip to main content
.NET 6.0+

ViewItem.Caption Property

Returns the current View Item‘s caption.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual string Caption { get; set; }

Property Value

Type Description
String

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

Remarks

This property returns an empty string. However, it can be overridden in the ViewItem class’ descendants.

See Also