Skip to main content
All docs
V26.1
  • IDropDownListEditorBase<TData, TValue>.InputId Property

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    string InputId { get; set; }

    Property Value

    Type Description
    String

    A unique identifier.

    Remarks

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

    See Also