Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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