DxSpinButtons.UpButtonTooltip Property
Specifies the up button’s tooltip.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public override string UpButtonTooltip { get; set; }
Property Value
Type | Description |
---|---|
String | The tooltip text. |
See Also