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
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also