Skip to main content
.NET 6.0+

CreateCustomCurrentObjectDetailViewEventArgs.CurrentDetailView Property

Specifies the Detail View displayed alongside the current List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DetailView CurrentDetailView { get; }

Property Value

Type Description
DetailView

A DetailView displayed alongside the current List View.

See Also