AdvBandedGridView.CreateExportLink(IExportProvider) Method
Returns an object that enables you to export a View’s data in a number of different formats.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
provider | DevExpress.XtraExport.IExportProvider | An object implementing the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. |
Returns
Type | Description |
---|---|
DevExpress.XtraGrid.Export.BaseExportLink | A DevExpress.XtraGrid.Export.BaseExportLink descendant (a DevExpress.XtraGrid.Export.AdvBandedViewExportLink object) providing exporting facilities. |
Remarks
This method is obsolete. See Export Overview to learn more.
See Also