Skip to main content
A newer version of this page is available. .
.NET Core 3.0+

IModelCommonMemberViewItem.Caption Property

Specifies the caption of the current Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string Caption { get; set; }

Property Value

Type Description
String

A string specifying the caption of the current Property Editor.

See Also