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

ColumnBase.ColumnFilterPopupMaxRecordsCount Property

Gets or sets the maximum number of unique column values displayed within the column’s filter dropdown. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public int ColumnFilterPopupMaxRecordsCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the maximum number of unique column values displayed within the column’s filter dropdown. -1 to display all unique values.

Remarks

A filter dropdown displays all unique values in a column when the ColumnFilterPopupMaxRecordsCount property is not specified. Use the ColumnFilterPopupMaxRecordsCount property to limit the number of unique column values displayed within the filter dropdown.

See Also