Skip to main content
.NET 6.0+

ObjectCaptionFormatAttribute(String) Constructor

Initializes a new instance of the ObjectCaptionFormatAttribute class with the specified ObjectCaptionFormatAttribute.FormatString property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ObjectCaptionFormatAttribute(
    string formatString
)

Parameters

Name Type Description
formatString String

A string value that represents a format string for the target business object’s caption.

See Also