Skip to main content

FilterElement.ShowAllLookUpFilterValues Property

Gets or sets whether to display all lookup values in the filter element.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool ShowAllLookUpFilterValues { get; set; }

Property Value

Type Description
Boolean

true to display all lookup values in the filter element; otherwise, false.

Remarks

The ShowAllLookUpFilterValues property is intended for columns with LookUpEditSettings and ComboBoxEditSettings. Set this property to true to fill the filter element with values from the editor’s ItemsSource collection instead of cell values.

Set the ColumnBase.ShowAllTableValuesInFilterPopup property to true to display all unique values in the filter element, even if they do not match the applied filter.

See Also