System.Web.UI.WebControls.DataControlField.DesignMode Property

Gets a value indicating whether a data control field is currently viewed in a design-time environment.

Syntax

protected bool DesignMode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The DataControlField.DesignMode property exposes the System.Web.UI.Control.DesignMode property. The System.Web.UI.Control instance that is passed to the DataControlField.Initialize(bool, System.Web.UI.Control) method is used.

Requirements

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