Back to Devexpress

MenuSettingsBase.ItemDataBound Property

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

latest1.2 KB
Original Source

MenuSettingsBase.ItemDataBound Property

Enables you to customize settings of a bound menu item before it is finally rendered.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MenuItemEventHandler ItemDataBound { get; set; }
vb
Public Property ItemDataBound As MenuItemEventHandler

Property Value

TypeDescription
MenuItemEventHandler

A MenuItemEventHandler delegate method allowing you to implement custom processing.

|

See Also

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace