Back to Devexpress

ColumnBase.ColumnFilterPopupMaxRecordsCount Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-bf20b543.md

latest1.7 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int ColumnFilterPopupMaxRecordsCount { get; set; }
vb
Public Property ColumnFilterPopupMaxRecordsCount As Integer

Property Value

TypeDescription
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

Drop-down Filter

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace