Skip to main content
.NET 6.0+

IModelCommonMemberViewItem.Caption Property

Specifies the caption of the current Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.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