IModelViewItem.Caption Property
Specifies the caption of the current View Item.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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