Class
CodeLanguages

Represents the available programming languages supported in Telerik's document model for code snippets.

Definition

Namespace:Telerik.Windows.Documents.Model.Code

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public static class CodeLanguages

Inheritance: objectCodeLanguages

Properties

CSharp

Represents the C# programming language in the Telerik Documents Model.

Declaration

cs-api-definition
public static CodeLanguage CSharp { get; }

Property Value

CodeLanguage

JavaScript

Represents the JavaScript code language within the Telerik document model.

Declaration

cs-api-definition
public static CodeLanguage JavaScript { get; }

Property Value

CodeLanguage

Php

Represents the PHP code language in the Telerik document model.

Declaration

cs-api-definition
public static CodeLanguage Php { get; }

Property Value

CodeLanguage

Xml

Represents the XML code language in the Telerik document model.

Declaration

cs-api-definition
public static CodeLanguage Xml { get; }

Property Value

CodeLanguage

In this article
DefinitionPropertiesCSharpJavaScriptPhpXml
Not finding the help you need?
Contact Support