Skip to main content
A newer version of this page is available.
All docs
V18.2

LookUpSettings.Parameter Property

Specifies the report parameter, with which the LookUpSettings object is associated.

Namespace: DevExpress.XtraReports.Parameters

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

Declaration

[Browsable(false)]
public Parameter Parameter { get; set; }

Property Value

Type Description
Parameter

A Parameter object.

Property Paths

You can access this nested property as listed below:

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