PreviewData(Object, Boolean) Constructor
Initializes a new instance of the PreviewData class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
data | Object | A Object value. This value is assigned to the PreviewData.Data property. |
isRowLimitApplied | Boolean | true, to obtain only the first 1000 rows from the database; false to obtain all available data rows. This value is assigned to the PreviewData.IsRowLimitApplied property. |
See Also