Back to Devexpress

SettingsBase.Init Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-settingsbase-0b07084f.md

latest1.5 KB
Original Source

SettingsBase.Init Property

Enables you to perform custom actions when an extension is initialized.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
EventHandler

A EventHandler delegate method allowing you to implement custom processing.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Init
MVCxFormLayoutItem

.NestedExtensionSettings .Init

|

Remarks

Implement a EventHandler delegate method and assign it to the Init property.

See Also

SettingsBase Class

SettingsBase Members

DevExpress.Web.Mvc Namespace