CustomFormatObjectEventArgs.Object Property
Returns the object whose property values must replace the format items in the format string.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| Object | An object whose property values must replace the format items in the format string. |
Remarks
When handling the ObjectFormatter.CustomFormatObject event, use this property to retrieve the required property values.
See Also