HtmlEditCommands.SetHeadingLevel Property
In This Article
Gets the command that sets the selected/under caret text’s heading level to the specified value.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public Command<HtmlHeadingLevel> SetHeadingLevel { get; }
#Property Value
Type | Description |
---|---|
Command<Html |
A command object with the parameter that is the heading level. |
See Also