Skip to main content
.NET 6.0+

CustomFormatObjectEventArgs.FormatString Property

Returns the format string that is being processed.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string FormatString { get; }

Property Value

Type Description
String

A format string that is being processed.

Remarks

When handling the ObjectFormatter.CustomFormatObject event, use this string to retrieve the format items and process them.

See Also