Enum EditLanguageType
Specifies the types of languages
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
[Obsolete("EditLanguage contains functionalities for procedural languages, for markup language use EditMarkupLanguage class")]
public enum EditLanguageType
Remarks
| Value | Description |
|---|---|
| Procedural | Represents the Procedural language like c, c++ etc. |
| Markup | Represents the Markup language like XML and XAML. |
Fields
| Name | Description |
|---|---|
| Markup | Specified the Markup Language |
| Procedural | Specified the Procedural Language |