Back to Devexpress

MenuSettingsBase.DataBound Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-38a380b5.md

latest1.2 KB
Original Source

MenuSettingsBase.DataBound Property

Enables you to perform a custom action after the Menu (PopupMenu) has been bound to its data source.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
EventHandler

An EventHandler method to which custom processing is delegated.

|

See Also

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace