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

VirtualServerModeGetUniqueValuesEventArgs.MaxCount Property

Gets the maximum number of filter values to return.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public int MaxCount { get; }

Property Value

Type Description
Int32

The maximum number of filter values to return

Remarks

This property’s value is specified by the grid’s ColumnViewOptionsFilter.ColumnFilterPopupMaxRecordsCount setting.

See Also