Interface IChangeableStartEndNode
A changeable start/end node, e.g. as used in a document fragment.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IChangeableStartEndNode : IChangeableNode, ITreeNode<IChangeableNode, IChangeableContainerNode>, IStartEndNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>
Properties
IsGhost
Provides both read and write access to the property, which in the document node is read-only.
Declaration
bool IsGhost { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |