Interface IFixedDocumentElement
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.
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IFixedDocumentElement
Properties
Parent
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.
Declaration
IFixedDocumentElement Parent { get; }
Property Value
IFixedDocumentElement
The parent element, or null if this is a root-level element. |