Skip to main content
.NET 6.0+

CreateCustomCurrentObjectDetailViewEventArgs.ListViewObjectType Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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