windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-c569a0c2.md
Use the ColumnFilterPopupMaxRecordsCount property of the view'fieldCaption OptionsFilter object instead.
Gets or sets the maximum number of records whose field values can be displayed within filter dropdowns.
Namespace : DevExpress.XtraGrid.Views.Base
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the ColumnFilterPopupMaxRecordsCount property of the view'fieldCaption OptionsFilter object instead.")]
public int FilterPopupMaxRecordsCount { get; set; }
<Browsable(False)>
<Obsolete("Use the ColumnFilterPopupMaxRecordsCount property of the view'fieldCaption OptionsFilter object instead.")>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property FilterPopupMaxRecordsCount As Integer
| Type | Description |
|---|---|
| Int32 |
An integer value specifying the maximum number of records whose field values can be displayed within filter dropdowns.
|
This property is obsolete. Use the ColumnViewOptionsFilter.ColumnFilterPopupMaxRecordsCount property of the ColumnView.OptionsFilter object instead.
See Also