Gets a value indicating whether this control supports "on page edit".
Namespace:
EPiServer.Web.PropertyControlsAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public virtual bool SupportsOnPageEdit { get; } |
Field Value
true if this control supports "on page edit"; otherwise, false.
Remarks
If this property returns false CreateDefaultControls() will be called instead of CreateOnPageEditControls() when in "on page edit" mode.