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

CreateCustomCurrentObjectDetailViewEventArgs.ListViewCurrentObject Property

Specifies the current object of the current List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public object ListViewCurrentObject { get; }

Property Value

Type Description
Object

The current object of the current List View.

See Also