Skip to main content
.NET 6.0+

DataSourceCriteriaPropertyAttribute.DataSourceCriteriaProperty Property

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.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string DataSourceCriteriaProperty { get; }

Property Value

Type Description
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