IRibbonComboBox<TData, TValue>.AllowUserInput Property
Specifies whether users can enter custom values in the edit box of the combo box item.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(false)]
bool AllowUserInput { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Remarks
Refer to the AllowUserInput property description for more information and examples.
See Also