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
public Command<HtmlHeadingLevel> SetHeadingLevel { get; }
Property Value
Type | Description |
---|---|
Command<HtmlHeadingLevel> | A command object with the parameter that is the heading level. |
See Also