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

RichEditBarItemNames.ParagraphHeading9Level Property

Gets the Paragraph Heading 9 Level item’s name.

Namespace: DevExpress.Blazor.RichEdit

Assembly: DevExpress.Blazor.RichEdit.v24.2.dll

NuGet Package: DevExpress.Blazor.RichEdit

#Declaration

C#
public static string ParagraphHeading9Level { get; }

#Property Value

Type Description
String

The “ParagraphHeading9Level” string.

#Remarks

Use this property to perform the following operations with the Paragraph Heading 9 Level item:

The Paragraph Heading 9 Level item is a button in the Add Paragraphs to Table of Contents Menu item.

The following code snippet removes the Paragraph Heading 9 Level item from the Add Paragraphs to Table of Contents Menu:

See Also