VirtualServerModeGetUniqueValuesEventArgs.MaxCount Property
Gets the maximum number of filter values to return.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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