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