ColumnView.FilterPopupRowCount Property
Namespace:DevExpress.XtraGrid.Views.Base
Assembly:DevExpress.XtraGrid.v19.2.dll
Note: This API is now obsolete.
Use the ColumnFilterPopupRowCount property of the view'fieldCaption OptionsFilter object instead.

Syntax
C# |
public int FilterPopupRowCount { get; set; }
|
VB |
Public Property FilterPopupRowCount As Integer
|
Property value
Type: Int32
An integer value specifying the maximum height of filter dropdowns. The height is specified in rows.

Remarks
This property is obsolete. Use the ColumnViewOptionsFilter.ColumnFilterPopupRowCount property of the View's OptionsFilter object, instead.

See Also
Is this topic helpful?
Additional Feedback
Close