ClassFixedDocumentElementBase
Class
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:
cs-api-definition
public abstract class FixedDocumentElementBase : IFixedDocumentElement
Inheritance: objectFixedDocumentElementBase
Derived Classes:
Implements:
Properties
Parent
Gets the parent element that contains this fixed document element in the document hierarchy.
Declaration
cs-api-definition
public IFixedDocumentElement Parent { get; }
Property Value
The parent element, or null if this element is at the root level.
Implements