Skip to main content
A newer version of this page is available. .

IModelViewItem.Caption Property

Specifies the caption of the current View Item.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

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