Enum EngineCounters
Defines the constants that specifies the counter logic to be used within the engine. If you have large datasource and need support for groups and filtered records you can reduce the memory footprint by selectively disabling counters you do not need in your application. See WithoutCounter for completely disabling counter logic for the RecordsDetails collection and VirtualMode for using the engine in a virtual mode.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public enum EngineCounters
Fields
Name | Description |
---|---|
All | Default. All counters are supported: visible elements, filtered records, YAmount, hidden elements, hidden records, CustomCount and VisibleCustomCount. Highest memory footprint. |
FilteredRecords | Counts visible elements and filtered records. Smallest memory footprint. |
YAmount | Counts visible elements, filtered records and YAmount. Medium memory footprint. |