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

CreateCustomParametersDetailViewEventArgs.DetailView Property

Specifies the Detail View for the report parameters object.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v19.1.dll

Declaration

public DetailView DetailView { get; set; }

Property Value

Type Description
DetailView

A DetailView object that displays the report parameters object.

See Also