Interface IFixedDocumentElement
Represents base interface for fixed document element.
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IFixedDocumentElement
Properties
Parent
Gets the parent.
Declaration
IFixedDocumentElement Parent { get; }
Property Value
IFixedDocumentElement
The parent. |