Represents the base class for all elements that can be part of a fixed document structure.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Common
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public abstract class FixedDocumentElementBase : IFixedDocumentElement
Inheritance: objectFixedDocumentElementBase
Derived Classes:
Implements:
Properties
Gets the parent element that contains this fixed document element in the document hierarchy.
C#
public IFixedDocumentElement Parent { get; }
The parent element, or null if this element is at the root level.
Implements: