Skip to main content
A newer version of this page is available. .

BandedGridView.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.v18.2.dll

Declaration

public override BaseExportLink CreateExportLink(
    IExportProvider provider
)

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 BaseExportLink descendant (a BandedViewExportLink object) providing facilities for exporting data.

Remarks

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

See Also