Skip to main content
All docs
V25.1
  • DxSpinButtons.Enabled Property

    Specifies whether the buttons are enabled.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

    false to disable the button; otherwise, true.

    Remarks

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

    See Also