Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRBinding.PropertyName Property

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

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