Skip to main content
.NET 6.0+

CreateCustomCurrentObjectDetailViewEventArgs.ListViewCurrentObject Property

Specifies the current object of the current List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object ListViewCurrentObject { get; }

Property Value

Type Description
Object

The current object of the current List View.

See Also