Skip to main content

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.

See Also