System.Web.UI.WebControls.MenuItem.DataBound Property

Gets a value indicating whether the menu item was created through data binding.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool DataBound { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MenuItem.DataBound property is used to programmatically determine whether the menu item was created through data binding.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0