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