BaseFieldControl.IsInDesignTimeMode property
Returns true if the control's current context is in design time mode.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsInDesignTimeMode As Boolean
Get
'Usage
Dim instance As BaseFieldControl
Dim value As Boolean
value = instance.IsInDesignTimeMode
public virtual bool IsInDesignTimeMode { get; }
Property value
Type: System.Boolean