Skip to main content
.NET 6.0+

ControlViewItem.Caption Property

Gets the current View Item‘s caption.

Namespace: DevExpress.ExpressApp.Layout

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override string Caption { get; }

Property Value

Type Description
String

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

See Also