System.Web.UI.WebControls Namespace MenuItem Class
.NET Framework version 2.0
Returns a value indicating whether the menu item was created through data binding.
Script |
[ Boolean variable = ] MenuItem.DataBound |
This property can only be used programmatically; it cannot be set when declaring the control.
This property returns only a boolean value: true if the menu item was created through data binding; otherwise, false.
The property is read only with no default value.
Use the DataBound property to programmatically determine whether the menu item was created through data binding.
MenuItem Members