Back to Devexpress

DxRichEdit.RibbonVisible Property

blazor-devexpress-dot-blazor-dot-richedit-dot-dxrichedit-15153805.md

latest1.6 KB
Original Source

DxRichEdit.RibbonVisible Property

OBSOLETE

This property is obsolete now. Use the BarMode property instead.

Specifies whether the ribbon is visible.

Namespace : DevExpress.Blazor.RichEdit

Assembly : DevExpress.Blazor.RichEdit.v25.2.dll

NuGet Package : DevExpress.Blazor.RichEdit

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the BarMode property instead.")]
[Parameter]
public bool RibbonVisible { get; set; }

Property Value

TypeDescription
Boolean

true to display the ribbon; otherwise, false.

|

Remarks

Rich Text Editor displays the ribbon at the top of the component.

Set the RibbonVisible property to false to hide the ribbon.

razor
<DxRichEdit RibbonVisible="false" />

You can handle the RibbonVisibleChanged event to be notified when the ribbon visibility is changed.

See Also

DxRichEdit Class

DxRichEdit Members

DevExpress.Blazor.RichEdit Namespace