Skip to main content
All docs
V25.1
  • IBarComboBox.AllowUserInput Property

    Specifies whether users can enter custom values in the combo box editor.

    Namespace: DevExpress.Blazor.Office

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    bool AllowUserInput { get; set; }

    Property Value

    Type Description
    Boolean

    true if users can enter new values in the input box; false if users can only select items from the drop-down list.

    Remarks

    Refer to the IBarComboBox interface description for more information and an example.

    See Also