Skip to main content
.NET 6.0+

IModelClass.ObjectCaptionFormat Property

Specifies the format of the current class caption.

Namespace: DevExpress.ExpressApp.Model

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

See Also