Skip to main content

DefaultBindablePropertyAttribute.Name Property

Specifies the name of a custom property to which a DefaultBindablePropertyAttribute is applied.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value, specifying the property name.

See Also