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.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Common

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
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

cs-api-definition
IFixedDocumentElement Parent { get; }

Property Value

IFixedDocumentElement

The parent element, or null if this is a root-level element.

In this article
DefinitionPropertiesParent
Not finding the help you need?
Contact Support