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

CreateCustomCurrentObjectDetailViewEventArgs.ListViewObjectType Property

Specifies the type of the objects displayed by the current List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public Type ListViewObjectType { get; }

Property Value

Type Description
Type

A Type object, specifying the type of the objects displayed by the current List View.

See Also