DefaultBindablePropertyAttribute(String) Constructor
Initializes a new instance of the DefaultBindablePropertyAttribute class with the specified property name.
Namespace: DevExpress.XtraReports
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the property name. This value is assigned to the DefaultBindablePropertyAttribute.Name property. |
See Also