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

TreeListOptionsFilter.ColumnFilterPopupRowCount Property

Gets or sets the maximum number of items that the Column’s Filter DropDown can display simultaneously.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DefaultValue(20)]
[XtraSerializableProperty]
public virtual int ColumnFilterPopupRowCount { get; set; }

Property Value

Type Default Description
Int32 20

An integer value specifying the maximum height of regular filter dropdowns. The height is specified in rows.

Property Paths

You can access this nested property as listed below:

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

Remarks

The ColumnFilterPopupRowCount property can accept values between 4 and 100. If there are fewer items in the list than the value specified by this property, regular filter dropdowns are automatically resized to fit their content. If the number of items is greater than that specified, the filter dropdown displays a vertical scrollbar, so that all the items can be accessed.

See Also