New to Telerik UI for WinFormsStart a free 30-day trial

BoxNode

Class

Definition

Namespace:Telerik.WinForms.Documents.DocumentStructure

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class BoxNode : RadLinkedListNode<LayoutBox>

Inheritance: objectRadLinkedListNode<LayoutBox>BoxNode

Derived Classes: BoxEndNodeBoxStartNode

Inherited Members RadLinkedListNode<LayoutBox>.ValueRadLinkedListNode<LayoutBox>.PreviousRadLinkedListNode<LayoutBox>.Next

Constructors

C#
public BoxNode(LayoutBox box)
Parameters:boxLayoutBox

Properties

C#
public Type BoxType { get; }