Skip to main content
All docs
V21.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Snap.Core

#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