Skip to main content

XRBinding.PropertyName Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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