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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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 |
See Also