Skip to main content

LayoutView.CreateExportLink(IExportProvider) Method

This method is not supported by the LayoutView class.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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