Skip to main content
All docs
V25.1
  • IComboBox<TData, TValue>.AllowUserInput Property

    Specifies whether users can enter custom values in the edit box of the ComboBox.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(false)]
    bool AllowUserInput { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to allow users to enter new values in the edit box; false to allow users only to select ComboBox values from the drop-down window.

    Remarks

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

    See Also