Skip to main content
A newer version of this page is available. .

DxSpinEdit<T>.ShowSpinButtons Property

Specifies whether spin buttons are displayed.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(true)]
[Parameter]
public bool ShowSpinButtons { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to show spin buttons; otherwise, false.

Remarks

<DxSpinEdit Value="15" ShowSpinButtons="false"></DxSpinEdit>

SpinEdit HideSpinButtons

See Also