Back to Devexpress

HtmlEditCommands.SetHeadingLevel Property

maui-devexpress-dot-maui-dot-htmleditor-dot-htmleditcommands-57f0bfbf.md

latest1018 B
Original Source

HtmlEditCommands.SetHeadingLevel Property

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

csharp
public Command<HtmlHeadingLevel> SetHeadingLevel { get; }

Property Value

TypeDescription
Command<HtmlHeadingLevel>

A command object with the parameter that is the heading level.

|

See Also

HtmlEditCommands Class

HtmlEditCommands Members

DevExpress.Maui.HtmlEditor Namespace