IDropDownListEditorBase<TData, TValue>.InputId Property
In This Article
Specifies a unique identifier (ID) of an editor’s input element.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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