DxDropDownBox.Id Property
Specifies the control’s unique identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public string Id { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | The control identifier. |
Implements
See Also