Skip to main content
All docs
V19.1

LookUpSettings.Parameter Property

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

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v19.1.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