IDropDownBox.InputId Property
In This Article
Specifies a unique identifier (ID) of the editor’s input element.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(null)]
string InputId { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | null | A unique identifier. |
#Remarks
Refer to the InputId property description for more information and an example.
See Also