Back to Devexpress

DetailViewCreatingEventArgs.Obj Property

expressappframework-devexpress-dot-expressapp-dot-detailviewcreatingeventargs.md

latest1.4 KB
Original Source

DetailViewCreatingEventArgs.Obj Property

Returns the object that represents a current object for the Detail View to be the created.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public object Obj { get; }
vb
Public ReadOnly Property Obj As Object

Property Value

TypeDescription
Object

An object which will be represented by the new Detail View.

|

Remarks

When handling the XafApplication.DetailViewCreating event, use this property value to specify an object to be represented by the new Detail View.

See Also

DetailViewCreatingEventArgs Class

DetailViewCreatingEventArgs Members

DevExpress.ExpressApp Namespace