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

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.v19.1.dll

Declaration

[Browsable(false)]
[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
AdvBandedGridView
.OptionsBehavior.ShowAllTableValuesInFilterPopup
BandedGridView
.OptionsBehavior.ShowAllTableValuesInFilterPopup
ColumnView
.OptionsBehavior.ShowAllTableValuesInFilterPopup

Remarks

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

See Also