IBarComboBox.AllowUserInput Property
Specifies whether users can enter custom values in the combo box editor.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
bool AllowUserInput { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Refer to the IBarComboBox interface description for more information and an example.
See Also