DxButtonBase.Id Property
Specifies the control’s unique identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The control identifier. |
See Also