Skip to main content
.NET 6.0+

CustomGetValueEventArgs.Object Property

Returns an object whose property value must replace the currently processed format item in the format string.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object Object { get; }

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