Back to Devexpress

DxSpinButtons.Enabled Property

blazor-devexpress-dot-blazor-dot-dxspinbuttons-bf7a8fda.md

latest893 B
Original Source

DxSpinButtons.Enabled Property

Specifies whether the buttons are enabled.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(true)]
[Parameter]
public override bool Enabled { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

false to disable the button; otherwise, true.

|

Remarks

Use this property when the Spin editor is enabled and is not read only.

See Also

DxSpinButtons Class

DxSpinButtons Members

DevExpress.Blazor Namespace