Namespace Syncfusion.Blazor.MultiColumnComboBox
Classes
| ActionBeginEventArgs
       Provides data for action begin events in the MultiColumnComboBox component.  | 
| ActionCompleteEventArgs<TItem>
       Provides data for action completion events in the MultiColumnComboBox component.  | 
| CustomValueUpdateEventArgs<TItem>
       Provides data for custom value update events in the MultiColumnComboBox component.  | 
| FilteringEventArgs
       Provides data for filtering events in the MultiColumnComboBox component.  | 
| FilterType
       Specifies the filter type for searching values in the SfMultiColumnComboBox<TValue, TItem> component.  | 
| FloatLabelType
       Specifies the floating label behavior for the placeholder text in the SfMultiColumnComboBox<TValue, TItem> component.  | 
| FooterTemplateContext
       Represents the context for the footer template, providing information about the data displayed in the footer.  | 
| GroupTemplateContext
       Represents the context for the group template, providing information about grouped data.  | 
| MultiColumnComboboxColumn
       Represents a single column within a MultiColumnCombobox component. Defines the properties and behavior of a column, such as its header text, data field, and display format.  | 
| MultiColumnComboboxColumns
       Represents a collection of columns for a MultiColumnCombobox component. This class defines the properties and behavior of the columns displayed in the combobox dropdown.  | 
| PopupClosingEventArgs
       Provides data for popup closing events in the MultiColumnComboBox component.  | 
| PopupOpeningEventArgs
       Provides data for popup opening events in the MultiColumnComboBox component.  | 
| SfMultiColumnComboBox<TValue, TItem>
       The MultiColumnComboBox component provides a rich user interface for selecting items from a data source with multiple columns displayed in a grid format. It supports features like filtering, paging, custom templates, and keyboard navigation.  | 
| TextOverflowMode
       Defines how cell content is handled when it exceeds the available display area in the MultiColumnComboBox component.  | 
| TextWrapElement
       Defines which elements have text wrapping applied in the MultiColumnComboBox component.  | 
| ValueChangeEventArgs<TValue, TItem>
       Provides data for value change events in the MultiColumnComboBox component.  | 
| ValueSelectEventArgs<TItem>
       Provides data for value selection events in the MultiColumnComboBox component.  | 
Interfaces
| IMultiColumnComboBox
       Defines the contract for the Syncfusion Blazor Multi-Column ComboBox component, providing methods for managing child component properties and column configurations.  |