Back to Devexpress

HtmlEdit.SelectedTextHeadingLevel Property

maui-devexpress-dot-maui-dot-htmleditor-dot-htmledit-40a2ff8b.md

latest1.3 KB
Original Source

HtmlEdit.SelectedTextHeadingLevel Property

Gets or sets the heading 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 HtmlHeadingLevel? SelectedTextHeadingLevel { get; set; }

Property Value

TypeDescription
Nullable<HtmlHeadingLevel>

The heading type of the selected/under caret text.

|

Available values:

NameDescription
NormalText

The text is not a header.

| | Heading1 |

The highest level of heading.

| | Heading2 |

Subheading of Heading1.

| | Heading3 |

Subheading of Heading2.

| | Heading4 |

Subheading of Heading3.

| | Heading5 |

Subheading of Heading4.

| | Heading6 |

Subheading of Heading5.

|

See Also

HtmlEdit Class

HtmlEdit Members

DevExpress.Maui.HtmlEditor Namespace