Back to Devexpress

ViewItem.Caption Property

expressappframework-devexpress-dot-expressapp-dot-editors-dot-viewitem-0403d912.md

latest1.4 KB
Original Source

ViewItem.Caption Property

Returns the current View Item‘s caption.

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public virtual string Caption { get; set; }
vb
Public Overridable Property Caption As String

Property Value

TypeDescription
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

IsCaptionVisible

ViewItem Class

ViewItem Members

DevExpress.ExpressApp.Editors Namespace