LayoutView.CreateExportLink(IExportProvider) Method
This method is not supported by the LayoutView class.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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