DataControlField::DesignMode Property
.NET Framework (current version)
Gets a value indicating whether a data control field is currently viewed in a design-time environment.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: