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

Definition

Namespace:Telerik.WinForms.Documents.DocumentStructure

Assembly:Telerik.WinControls.RichTextEditor.dll

Type Parameters:

T

Syntax:

C#
public class RadLinkedListNode<T>

Inheritance: objectRadLinkedListNode<T>

Derived Classes: BoxNode

Constructors

C#
public RadLinkedListNode(T value)
Parameters:valueT

Properties

C#
public RadLinkedListNode<T> Next { get; }
C#
public RadLinkedListNode<T> Previous { get; }
C#
public T Value { get; set; }