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

SettingsBase.PreRender Property

Allows custom processing to be implemented before the extension is rendered to the page.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public EventHandler PreRender { get; set; }

Property Value

Type Description
EventHandler

A EventHandler method to which custom processing is delegated.

Property Paths

You can access this nested property as listed below:

Object Type Path to PreRender
MVCxFormLayoutItem
PivotGridSettings
ReportToolbarExtension
.Settings .PreRender
ReportViewerExtension
.Settings .PreRender
SchedulerSettings
SchedulerStorageControlSettings
See Also