Skip to main content

StaticListLookUpSettings.DataAdapter Property

Overrides the LookUpSettings.DataAdapter property to hide it.

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Package: DevExpress.Printing.Core

#Declaration

[Browsable(false)]
public override object DataAdapter { get; set; }

#Property Value

Type Description
Object

A Object value.

#Remarks

This property is intended to hide the corresponding property of the LookUpSettings class.

See Also