windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsbehavior-984cccd5.md
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.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsFilter.ShowAllTableValuesInFilterPopup property instead.")]
public virtual bool ShowAllTableValuesInFilterPopup { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the OptionsFilter.ShowAllTableValuesInFilterPopup property instead.")>
Public Overridable Property ShowAllTableValuesInFilterPopup As Boolean
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to ShowAllTableValuesInFilterPopup |
|---|---|
| ColumnView |
.OptionsBehavior .ShowAllTableValuesInFilterPopup
|
This member is now obsolete. Use the ColumnViewOptionsFilter.ShowAllTableValuesInFilterPopup property instead.
See Also
ShowAllTableValuesInFilterPopup
ColumnViewOptionsBehavior Class