IRibbonComboBox<TData, TValue>.EditTextChanged Property
Returns the processed Ribbon combo box editor’s ValueChanged event handler.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
EventCallback<string> EditTextChanged { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| EventCallback<String> | null | An event handler delegate. |
Remarks
Refer to the EditTextChanged event description for more information and examples.
See Also