Back to Devexpress

MenuSettingsBase.DataBinding Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-efa12418.md

latest1.2 KB
Original Source

MenuSettingsBase.DataBinding Property

Allows you to perform custom actions before a menu is bound to a data source.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
EventHandler

A EventHandler delegate method allowing you to implement custom processing.

|

See Also

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace