Skip to main content
.NET 6.0+

IModelViewItem.Caption Property

Specifies the caption of the current View Item.

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 View Item.

Remarks

For View Items, by default, this property is set to the IModelCommonMemberViewItem.Caption property value of the IModelMember node that corresponds to the current View Item.

See Also