Gets the parent of this C1TextElementView, or null if this is the root of the tree.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public C1TextElementView Parent { get; private set; } |
| Visual Basic |
|---|
Public Property Parent As C1TextElementView Get Private Set |