Skip to main content
All docs
V25.2
  • DataSourcePropertyAttribute(String, String[]) Constructor

    Initializes a new instance of the DataSourcePropertyAttribute class with the specified DataSourceProperty and UsedProperties properties.

    Namespace: DevExpress.Persistent.Base

    Assembly: DevExpress.ExpressApp.v25.2.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public DataSourcePropertyAttribute(
        string dataSourceProperty,
        params string[] usedProperties
    )

    Parameters

    Name Type Description
    dataSourceProperty String

    A string value that specifies the name of a collection property used as the data source for a List View displayed in a Lookup Property Editor or invoked by the LinkUnlinkController.LinkAction Action in a popup window.

    usedProperties String[]

    An array of System.String values that specify properties whose values are used to calculate the data source property’s return value.

    The following code snippets (auto-collected from DevExpress Examples) contain references to the DataSourcePropertyAttribute(String, 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