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

XRBinding.PropertyName Property

Gets the name of the control’s data-bound property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public string PropertyName { get; }

Property Value

Type Description
String

A string containing the name of a control’s property to bind to.

Remarks

Use PropertyName to specify the control’s property that you want to bind to a column in the data source.

Implements

DevExpress.XtraReports.IXRBinding.PropertyName
See Also