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

LookUpSettings.DataAdapter Property

Specifies the data adapter that is used to provide parameter values to the lookup editor.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public abstract object DataAdapter { get; set; }

Property Value

Type Description
Object

A Object value.

Property Paths

You can access this nested property as listed below:

Object Type Path to DataAdapter
Parameter
.LookUpSettings.DataAdapter
See Also