Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Declaration

public object Object { get; }

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