DefaultBindablePropertyAttribute(String) Constructor
Initializes a new instance of the DefaultBindablePropertyAttribute class with the specified property name.
Namespace: DevExpress.XtraReports
Assembly: DevExpress.XtraReports.v24.1.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. |
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DefaultBindablePropertyAttribute(String) constructor.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.