CustomGetValueEventArgs.Value Property
Returns the custom value that must replace the corresponding format item in the string processed by the ObjectFormatter.Format method.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Object | A custom value that must replace the corresponding format item in the string processed by the ObjectFormatter.Format method. |
Remarks
When handling the ObjectFormatter.CustomGetValue event, pass the required custom value to this property.
See Also