Skip to main content

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.v23.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