DxEditorButton.Tooltip Property
Specifies the button’s tooltip.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public string Tooltip { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The tooltip text. |
See Also