Back to Devexpress

IModelClass.ObjectCaptionFormat Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelclass.md

latest1.2 KB
Original Source

IModelClass.ObjectCaptionFormat Property

Specifies the format of the current class caption.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
string ObjectCaptionFormat { get; set; }
vb
Property ObjectCaptionFormat As String

Property Value

TypeDescription
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

IModelClass Interface

IModelClass Members

DevExpress.ExpressApp.Model Namespace