Skip to main content
.NET 6.0+

CreateCustomCurrentObjectDetailViewEventArgs(IModelListView, Type, Object, DetailView) Constructor

Creates a new instance of the CreateCustomCurrentObjectDetailViewEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CreateCustomCurrentObjectDetailViewEventArgs(
    IModelListView modelListView,
    Type listViewObjectType,
    object listViewCurrentObject,
    DetailView currentDetailView
)

Parameters

Name Type Description
modelListView IModelListView

An IModelListView node containing information on the currently displayed List View. This parameter value is assigned to the CreateCustomCurrentObjectDetailViewEventArgs.ListViewModel property.

listViewObjectType Type

A Type object specifying the type of the objects displayed by the current List View. This parameter value is assigned to the CreateCustomCurrentObjectDetailViewEventArgs.ListViewObjectType property.

listViewCurrentObject Object

The current object of the current List View. This parameter value is assigned to the CreateCustomCurrentObjectDetailViewEventArgs.ListViewCurrentObject property.

currentDetailView DetailView

A DetailView displayed alongside the current List View. This parameter value is assigned to the CreateCustomCurrentObjectDetailViewEventArgs.CurrentDetailView property.

See Also