Back to Devexpress

HtmlEdit.SelectedTextListType Property

maui-devexpress-dot-maui-dot-htmleditor-dot-htmledit-8d46ebf7.md

latest1.2 KB
Original Source

HtmlEdit.SelectedTextListType Property

Gets or sets the list type of the selected/under caret text. This is a bindable property.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

csharp
public HtmlListType? SelectedTextListType { get; set; }

Property Value

TypeDescription
Nullable<HtmlListType>

The list type of the selected/under caret text.

|

Available values:

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.

|

See Also

HtmlEdit Class

HtmlEdit Members

DevExpress.Maui.HtmlEditor Namespace