IFixedDocumentElement
Interface
Represents the base interface for all elements that can be part of a fixed document structure. Provides access to the hierarchical relationship between document elements.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Common
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public interface IFixedDocumentElement
Derived Classes:
Properties
Gets the parent element that contains this element in the document hierarchy. Returns null if this element is at the root level of the document structure.
C#
IFixedDocumentElement Parent { get; }
The parent element, or null if this is a root-level element.