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

SnapList.EditorRowLimit Property

Specifies the maximum number of data rows to include in the document during the design session.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

int EditorRowLimit { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the maximum number of data rows to include in the document during the design session. The default is 20.

Remarks

Use the EditorRowLimit property to avoid freezing your Snap application when processing all records in a data source.

This property does not affect the final output of a document as it appears in Print Preview, and is only intended to increase the performance of your Snap application when dealing with large data sources.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EditorRowLimit property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also