GridView.CreateExportLink(IExportProvider) Method
In This Article
Returns the export link (GridViewExportLink) for the specified GridView.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
provider | DevExpress. |
An object that implements the DevExpress. |
#Returns
Type | Description |
---|---|
DevExpress. |
A Base |
#Remarks
This method is obsolete. See Export Overview to learn more.
See Also