Skip to main content
All docs
V24.2

DxRibbonElementBase<TRibbonItemRenderer>.Tooltip Property

Specifies the item’s tooltip text.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public string Tooltip { get; set; }

Property Value

Type Description
String

The tooltip text.

Remarks

Use the Tooltip property to specify tooltip text for the item.

...
<DxRibbonItem Tooltip="Undo" IconCssClass="rb-icon rb-icon-undo" />
<DxRibbonItem Tooltip="Redo" IconCssClass="rb-icon rb-icon-redo" />
...

Item tooltip

See Also