BaseView.CreateExportLink(IExportProvider) Method
In This Article
Returns an object that enables you to export a View’s data in a number of different formats.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
provider | DevExpress. |
An object implementing the DevExpress. |
#Returns
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
This method is obsolete. See Export Overview to learn more.
See Also