Back to Devexpress

CompatibilitySettings.AllowLookupGridFiltering Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-a8344de6.md

latest2.3 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public static bool AllowLookupGridFiltering { get; set; }
vb
Public Shared Property AllowLookupGridFiltering As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace