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

CreateCustomCurrentObjectDetailViewEventArgs.CurrentDetailView Property

Specifies the Detail View displayed alongside the current List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public DetailView CurrentDetailView { get; }

Property Value

Type Description
DetailView

A DetailView displayed alongside the current List View.

See Also