Skip to main content
All docs
V24.1

DxDropDownListEditorBase<TData, TValue>.Id Property

Specifies the editor’s unique identifier.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public string Id { get; set; }

Property Value

Type Description
String

A string that identifies the component.

Implements

DevExpress.Blazor.IDropDownListEditorBase<TData, TValue>.Id
See Also