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

Definition

Namespace:Telerik.WinForms.Documents.Model.Fields.CodeExpressions

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class FieldSwitchNode : FieldNodeWithArgumentBase, IFieldCodeExpressionNode

Inheritance: objectFieldNodeWithArgumentBaseFieldSwitchNode

Implements: IFieldCodeExpressionNode

Inherited Members FieldNodeWithArgumentBase.FieldArgumentNode

Constructors

C#
public FieldSwitchNode(string switchCharacters)
Parameters:switchCharactersstring

Properties

C#
public string SwitchCharacters { get; }

Methods

C#
public override IEnumerable<Inline> GetCodeExpressionFragment()
Returns:

IEnumerable<Inline>

Overrides: FieldNodeWithArgumentBase.GetCodeExpressionFragment()

C#
public override string GetCodeExpressionString()
Returns:

string

Overrides: FieldNodeWithArgumentBase.GetCodeExpressionString()