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

MVCxGridExportSettings.BeforeExport Property

Enables you to perform custom actions before the grid content is exported.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ASPxGridBeforeExportEventHandler BeforeExport { get; set; }

Property Value

Type Description
ASPxGridBeforeExportEventHandler

An EventHandler method to which custom processing is delegated.

Property Paths

You can access this nested property as listed below:

Object Type Path to BeforeExport
CardViewSettings
.SettingsExport.BeforeExport
CardViewSettings<CardType>
.SettingsExport.BeforeExport
GridSettingsBase
.SettingsExport.BeforeExport
GridViewSettings
.SettingsExport.BeforeExport
GridViewSettings<RowType>
.SettingsExport.BeforeExport
VerticalGridSettings
.SettingsExport.BeforeExport
VerticalGridSettings<ColumnType>
.SettingsExport.BeforeExport
See Also