DxSpinButtons.UpButtonId Property
Specifies the up button’s unique identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public override string UpButtonId { get; set; }
Property Value
| Type | Description |
|---|---|
| String | A string that identifies the button. |
See Also