DataControlField.DesignMode Property
.NET Framework 3.0
Gets a value indicating whether a data control field is currently viewed in a design-time environment.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ protected boolean get_DesignMode ()
protected function get DesignMode () : boolean
Not applicable.
Property Value
true if the DataControlField is currently viewed in a design-time environment; otherwise, false.The DesignMode property exposes the Control.DesignMode property. The Control instance that is passed to the Initialize method is used.
Community Additions
ADD
Show: