CustomGetValueEventArgs.Object Property
In This Article
Returns an object whose property value must replace the currently processed format item in the format string.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object whose property value must replace the currently processed format item in the format string. |
#Remarks
When handling the ObjectFormatter.CustomGetValue event, use this property to retrieve the required property value.
See Also