IBarItem.Tooltip Property
Specifies the item tooltip.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string Tooltip { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The tooltip text. |
Remarks
Refer to the IBarItem interface description for more information and an example.
See Also