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

    Gets whether the GridControl displays a drop-down filter’s values (including filtered out values).

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public bool IncludeFilteredOut { get; }

    Property Value

    Type Description
    Boolean

    true if the GridControl displays a drop-down filter’s values (including filtered out values); otherwise, false.

    See Also