DxRadioGroup<TData, TValue>.Id Property
Specifies the component’s unique identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
String | The component identifier. |
See Also