Class FixedDocumentElementBase
Represents the base class for all elements that can be part of a fixed document structure.
Inheritance
System.Object
FixedDocumentElementBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class FixedDocumentElementBase : IFixedDocumentElement
Properties
Parent
Gets the parent element that contains this fixed document element in the document hierarchy.
Declaration
public IFixedDocumentElement Parent { get; }
Property Value
IFixedDocumentElement
The parent element, or null if this element is at the root level. |