Skip to main content

PivotFileDataSource() Constructor

Initializes a new instance of the PivotFileDataSource class.

Namespace: DevExpress.Data.PivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotFileDataSource()

Remarks

This overload creates an empty data source. Use other overloads to initialize the PivotFileDataSource instance with pivot grid data loaded from a file or stream.

See Also