Click or drag to resize

IWizardTemplateIsDesignMode Property

Determines whether or not the current page is supposed to be in design mode.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool IsDesignMode { get; set; }

Property Value

Type: Boolean
True if currently in design mode, else False.
See Also