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

MVCxTreeListSettingsExport.BeforeExport Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public EventHandler BeforeExport { get; set; }

Property Value

Type Description
EventHandler

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
TreeListSettings
.SettingsExport.BeforeExport
TreeListSettings<RowType>
.SettingsExport.BeforeExport
See Also