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.1.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 |
|
Remarks
This member is now obsolete. Use the ColumnViewOptionsFilter.ShowAllTableValuesInFilterPopup property instead.