Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ColumnViewOptionsBehavior.ShowAllTableValuesInFilterPopup Property

OBSOLETE

Use the OptionsFilter.ShowAllTableValuesInFilterPopup property instead.

Gets or sets whether the filter dropdowns should contain unique values from all the records in the View’s data source or only from those records that meet the current filter criteria.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsFilter.ShowAllTableValuesInFilterPopup property instead.")]
public virtual bool ShowAllTableValuesInFilterPopup { get; set; }

#Property Value

Type Description
Boolean

true if filter dropdowns should contain unique values from all the records in the View’s data source; false if the filter dropdowns of unfiltered columns should contain unique values only from the records that meet the current filter criteria.

#Property Paths

You can access this nested property as listed below:

Object Type Path to ShowAllTableValuesInFilterPopup
ColumnView
.OptionsBehavior .ShowAllTableValuesInFilterPopup

#Remarks

This member is now obsolete. Use the ColumnViewOptionsFilter.ShowAllTableValuesInFilterPopup property instead.

See Also