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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
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
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