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

TreeListOptionsFilter.ShowAllValuesInCheckedFilterPopup Property

Gets or sets whether the column filter dropdown represented as a checked list shows all available values.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowAllValuesInCheckedFilterPopup { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the column filter dropdown shows all available values; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowAllValuesInCheckedFilterPopup
WinForms Controls ResourcesTree
.OptionsFilter.ShowAllValuesInCheckedFilterPopup
TreeList
.OptionsFilter.ShowAllValuesInCheckedFilterPopup
Reporting XRDesignFieldList
.OptionsFilter.ShowAllValuesInCheckedFilterPopup
XRDesignReportExplorer
.OptionsFilter.ShowAllValuesInCheckedFilterPopup

Remarks

This property is in effect if the filter dropdown is represented as a checked list. See the Column’s Filter DropDown topic for more details on the filter dropdown types.

If the ShowAllValuesInCheckedFilterPopup is set to false, the column filter dropdown list shows only the values currently displayed within a column. In this instance, values that are filtered out are not displayed.

See Also