Back to Devexpress

SettingsBase.PreRender Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-settingsbase-7daee880.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public EventHandler PreRender { get; set; }
vb
Public Property PreRender As EventHandler

Property Value

TypeDescription
EventHandler

A EventHandler method to which custom processing is delegated.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PreRender
MVCxFormLayoutItem

.NestedExtensionSettings .PreRender

|

Remarks

Note that the PreRender event fires on the first page load. If you send a callback to a control, you may lose your custom settings implemented in a PreRender event handler.

See Also

SettingsBase Class

SettingsBase Members

DevExpress.Web.Mvc Namespace