Skip to main content

PreviewData.IsRowLimitApplied Property

Indicates whether or not the data obtained for preview should be limited by the first 1000 data rows.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool IsRowLimitApplied { get; }

Property Value

Type Description
Boolean

true to obtain only the first 1000 rows from the database; false to obtain all available data rows.

Remarks

This setting is only applied to SelectQuery objects of a SqlDataSource.

See Also