Skip to main content
All docs
V25.1
  • CustomUniqueValuesEventArgs.IncludeFilteredOut Property

    Gets whether a drop-down filter’s values are displayed with ignoring filters by other columns.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public bool IncludeFilteredOut { get; }

    Property Value

    Type Description
    Boolean

    true, if a drop-down filter’s values are displayed with ignoring filters by other columns; otherwise, false.

    See Also