GridView.CreateExportLink(IExportProvider) Method
Returns the export link (GridViewExportLink) for the specified GridView.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Parameters
Name | Type | Description |
---|---|---|
provider | DevExpress.XtraExport.IExportProvider | An object that implements the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. |
Returns
Type | Description |
---|---|
DevExpress.XtraGrid.Export.BaseExportLink | A BaseExportLink descendant (a GridViewExportLink object) providing export facilities. |
Remarks
This method is obsolete. See Export Overview to learn more.
See Also