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

LookUpValue.Description Property

Specifies the parameter value description.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DataMember]
public string Description { get; set; }

Property Value

Type Description
String

A String value.

See Also