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

LayoutView.CreateExportLink(IExportProvider) Method

This method is not supported by the LayoutView class.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public override BaseExportLink CreateExportLink(
    IExportProvider provider
)

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

null

See Also