Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelClass.ObjectCaptionFormat Property

Specifies the format of the current class caption.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string ObjectCaptionFormat { get; set; }

Property Value

Type Description
String

A string specifying the format of the current class caption.

Remarks

The format specified by this property is used to display the caption of the current class’ detail form. For details, see Format a Business Object Caption.

See Also