Back to Devexpress

HtmlEdit.ShowToolbar Property

maui-devexpress-dot-maui-dot-htmleditor-dot-htmledit-a1cfbe9c.md

latest894 B
Original Source

HtmlEdit.ShowToolbar Property

Gets or sets whether the HtmlEdit displays its default toolbar. This is a bindable property.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

csharp
public bool ShowToolbar { get; set; }

Property Value

TypeDescription
Boolean

true to show the default toolbar; otherwise, false.

|

See Also

HtmlEdit Class

HtmlEdit Members

DevExpress.Maui.HtmlEditor Namespace