Click or drag to resize
CMSAbstractEditableControlInheritContent Property
If set, the region uses the content inheritance. If the region content of the current document is empty then the content of the first non-empty parent is used. Note: The editable region does not combine content of the current document with the content of the parent documents.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public virtual bool InheritContent { get; set; }

Property Value

Type: Boolean
See Also