Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HtmlHeadingLevel Enum

Lists heading types that you can apply to the HtmlEdit‘s text

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

#Declaration

C#
public enum HtmlHeadingLevel

#Members

Name Description
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.

#Related API Members

The following properties accept/return HtmlHeadingLevel values:

See Also