DxSpinButtons.DownButtonTooltip Property
Specifies the down button’s tooltip.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public override string DownButtonTooltip { get; set; }
Property Value
Type | Description |
---|---|
String | The tooltip text. |
Remarks
Refer to the DxSpinButtons class description for more information.
See Also