Skip to main content

DefaultBindablePropertyAttribute(String) Constructor

Initializes a new instance of the DefaultBindablePropertyAttribute class with the specified property name.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DefaultBindablePropertyAttribute(
    string name
)

Parameters

Name Type Description
name String

A String value, specifying the property name. This value is assigned to the DefaultBindablePropertyAttribute.Name property.

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.

See Also