Skip to main content
All docs
V24.1

IDropDownListEditorBase<TData, TValue>.InputId Property

Specifies a unique identifier (ID) of an editor’s input element.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

string InputId { get; set; }

Property Value

Type Description
String

A unique identifier.

Remarks

Refer to the InputId property description for more information and an example.

See Also