Skip to main content
A newer version of this page is available. .
All docs
V21.2

CompatibilitySettings.AllowLookupGridFiltering Property

Gets or sets whether to allow users to filter grid values in the Drop-down Filter and Filter Editor when the GridControl is in the LookUpEdit.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v21.2.dll

NuGet Package: DevExpress.Data.Desktop

Declaration

public static bool AllowLookupGridFiltering { get; set; }

Property Value

Type Default Description
Boolean false

true to allow users to filter grid values in the Drop-down Filter and Filter Editor when the GridControl is in the LookUpEdit; otherwise, false.

Remarks

In v21.2 and higher, users cannot filter grid values in the LookUpEdit. Refer to the following Breaking Change for information on possible filter options: Column filtering is now disabled in LookUpEdit.

See Also