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

StaticListLookUpSettings.DataMember Property

Overrides the LookUpSettings.DataMember property to hide it.

Namespace: DevExpress.XtraReports.Parameters

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

Declaration

[Browsable(false)]
public override string DataMember { get; set; }

Property Value

Type Description
String

A String value.

Remarks

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

See Also