Skip to main content
A newer version of this page is available. .

CustomUniqueValuesEventArgs.IncludeFilteredOut Property

Gets whether the drop-down filter displays all column values even if they are filtered out.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool IncludeFilteredOut { get; }

Property Value

Type Description
Boolean

true if the drop-down filter displays all column values; otherwise, false.

See Also