CustomFormatObjectEventArgs.FormatString Property
Returns the format string that is being processed.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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