Skip to main content
All docs
V18.2

ASPxDesignerElementSerializationInfoWithBindings.bindingName Property

Gets the property name that will be used in the model to create data binding.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public string bindingName { get; }

Property Value

Type Description
String

A string that specifies the property name.

See Also