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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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