DataSourceCriteriaPropertyAttribute(String) Constructor
Initializes a new instance of the DataSourceCriteriaPropertyAttribute class with the specified DataSourceCriteriaPropertyAttribute.DataSourceCriteriaProperty value.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataSourceCriteriaProperty | String | A string specifying the name of the property holding the CriteriaOperator which is used to filter a List View displayed in a Lookup Property Editor or invoked by the LinkUnlinkController.LinkAction Action in a popup window. |
See Also