Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseView.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.Base

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public virtual BaseExportLink CreateExportLink(
    IExportProvider provider
)

#Parameters

Name Type Description
provider DevExpress.XtraExport.IExportProvider

An object implementing the DevExpress.XtraExport.IExportProvider interface that exports the data.

#Returns

Type Description
DevExpress.XtraGrid.Export.BaseExportLink

A DevExpress.XtraGrid.Export.BaseExportLink object (or descendant) providing exporting facilities.

#Remarks

This method is obsolete. See Export Overview to learn more.

See Also