Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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