XRBinding.PropertyName Property
In This Article
Gets the name of the control’s data-bound property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#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