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.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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