Skip to main content

CreateCustomCurrentObjectDetailViewEventArgs.CurrentDetailView Property

Specifies the Detail View displayed alongside the current List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

Declaration

public DetailView CurrentDetailView { get; }

Property Value

Type Description
DetailView

A DetailView displayed alongside the current List View.

See Also