Skip to main content
.NET 6.0+

DataSourceCriteriaAttribute(String) Constructor

Initializes a new instance of the DataSourceCriteriaAttribute class with the specified DataSourceCriteriaAttribute.DataSourceCriteria property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DataSourceCriteriaAttribute(
    string dataSourceCriteria
)

Parameters

Name Type Description
dataSourceCriteria String

A string value representing criteria for filtering the List View displayed in a Lookup Property Editor or invoked by the LinkUnlinkController.LinkAction Action in a popup window.

See Also