Back to Devexpress

HtmlListType Enum

maui-devexpress-dot-maui-dot-htmleditor-fac41b1c.md

latest1.1 KB
Original Source

HtmlListType Enum

Lists values that describe types of lists within HtmlEdit.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

csharp
public enum HtmlListType

Members

NameDescription
None

No list is displayed.

| | Ordered |

An ordered list whose first level items are marked with numbers and sub levels are marked with letters.

| | Bullet |

A bullet list.

|

The following properties accept/return HtmlListType values:

Extension Methods

Yield<HtmlListType>()

YieldIfNotNull<HtmlListType>()

See Also

DevExpress.Maui.HtmlEditor Namespace