Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public object Value { get; set; }

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