ColumnBase.ColumnFilterPopupMaxRecordsCount Property
In This Article
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.v14.2.Core.dll
#Declaration
#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
By default, a filter dropdown displays all unique values in a column. Use the ColumnFilterPopupMaxRecordsCount property to limit the number of unique column values displayed within the filter dropdown.
See Also