Skip to main content
A newer version of this page is available. .

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

Declaration

public EventHandler DataBound { get; set; }

Property Value

Type Description
EventHandler

An EventHandler method to which custom processing is delegated.

See Also