DxEditorButton.Tooltip Property
Specifies the button’s tooltip.
Namespace: DevExpress.Blazor
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. |
See Also