Back to Devexpress

ColumnViewOptionsBehavior.ShowAllTableValuesInFilterPopup Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsbehavior-984cccd5.md

latest2.8 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsFilter.ShowAllTableValuesInFilterPopup property instead.")]
public virtual bool ShowAllTableValuesInFilterPopup { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the OptionsFilter.ShowAllTableValuesInFilterPopup property instead.")>
Public Overridable Property ShowAllTableValuesInFilterPopup As Boolean

Property Value

TypeDescription
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 TypePath to ShowAllTableValuesInFilterPopup
ColumnView

.OptionsBehavior .ShowAllTableValuesInFilterPopup

|

Remarks

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

See Also

ShowAllTableValuesInFilterPopup

ColumnViewOptionsBehavior Class

ColumnViewOptionsBehavior Members

DevExpress.XtraGrid.Views.Base Namespace