Skip to main content
A newer version of this page is available. .

CreateCustomCurrentObjectDetailViewEventArgs.ListViewCurrentObject Property

Specifies the current object of the current List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public object ListViewCurrentObject { get; }

Property Value

Type Description
Object

The current object of the current List View.

See Also