Skip to main content

ColumnBase.ShowAllTableValuesInFilterPopup Property

Gets or sets whether to display all unique column values in the drop-down filter even if they are filtered out. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool ShowAllTableValuesInFilterPopup { get; set; }

Property Value

Type Description
Boolean

true to display all unique values in the column’s drop-down filter; otherwise, false.

Remarks

If the ShowAllTableValuesInFilterPopup property is set to false, the column’s drop-down filter displays only records that meet the current filter criteria.

See Also