alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class Languages

    Displays list of Languages supported by Essential Edit WPF

    Inheritance
    System.Object
    Languages
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public sealed class Languages : Enum
    Remarks

    ValueDescription
    TextRepresents plain text and syntax highlighting will not be applied the text in the EditControl.
    CSharpRepresents C# files and applies syntax highlighting and outlining based on the built - in language specification for C#.
    VisualBasicRepresents Visual Basic files and applies syntax highlighting and outlining based on the built - in language specification for Visual Basic.
    XAMLRepresents XAML files and applies syntax highlighting based on the built - in language specification for XAML.
    XMLRepresents XML files and applies syntax highlighting based on the built - in language specification for XML.
    CustomRepresents user defined files and applies syntax highlighting based on the user defined language configurations applied using CustomLanguage property of EditControl class.

    Fields

    C

    Represents C files and applies syntax highlighting and outlining based on the built - in language specification for C.

    Declaration
    public const Languages C
    Field Value
    Type
    Languages

    CSharp

    Represents C# files and applies syntax highlighting and outlining based on the built - in language specification for C#.

    Declaration
    public const Languages CSharp
    Field Value
    Type
    Languages

    Custom

    Represents user defined files and applies syntax highlighting based on the user defined language configurations applied using CustomLanguage property of EditControl class.

    Declaration
    public const Languages Custom
    Field Value
    Type
    Languages

    Delphi

    Represents Delphi files and applies syntax highlighting and outlining based on the built - in language specification for Delphi.

    Declaration
    public const Languages Delphi
    Field Value
    Type
    Languages

    HTML

    Represents HTML files and applies syntax highlighting and outlining based on the built - in language specification for HTML.

    Declaration
    public const Languages HTML
    Field Value
    Type
    Languages

    Java

    Represents Java files and applies syntax highlighting and outlining based on the built - in language specification for Java.

    Declaration
    public const Languages Java
    Field Value
    Type
    Languages

    JScript

    Represents JScript files and applies syntax highlighting and outlining based on the built - in language specification for JScript.

    Declaration
    public const Languages JScript
    Field Value
    Type
    Languages

    PowerShell

    Represents PowerShell files and applies syntax highlighting and outlining based on the built - in language specification for PowerShell.

    Declaration
    public const Languages PowerShell
    Field Value
    Type
    Languages

    SQL

    Represents XAML files and applies syntax highlighting based on the built - in language specification for XAML.

    Declaration
    public const Languages SQL
    Field Value
    Type
    Languages

    Text

    Represents plain Text and syntax highlighting will not be applied the text in the EditControl.

    Declaration
    public const Languages Text
    Field Value
    Type
    Languages

    VBScript

    Represents VBScript files and applies syntax highlighting and outlining based on the built - in language specification for VBScript.

    Declaration
    public const Languages VBScript
    Field Value
    Type
    Languages

    VisualBasic

    Represents Visual Basic files and applies syntax highlighting and outlining based on the built - in language specification for Visual Basic.

    Declaration
    public const Languages VisualBasic
    Field Value
    Type
    Languages

    XAML

    Represents XAML files and applies syntax highlighting based on the built - in language specification for XAML.

    Declaration
    public const Languages XAML
    Field Value
    Type
    Languages

    XML

    Represents XML files and applies syntax highlighting based on the built - in language specification for XML.

    Declaration
    public const Languages XML
    Field Value
    Type
    Languages
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved