CustomFormatObjectEventArgs.FormatString Property
In This Article
Returns the format string that is being processed.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
When handling the ObjectFormatter.CustomFormatObject event, use this string to retrieve the format items and process them.
See Also