Skip to main content
All docs
V23.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.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

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