Namespace Syncfusion.XForms.WPF.ComboBox
Classes
| BooleanToVisibilityConverter
Represents the converter for boolean to visibility value converter. |
| DoubleToCornerRadiusConverter
Represents the value converter between double and CornerRadius. |
| DropDownButtonSettings
Represents the settings for drop down button in SfComboBox control. |
| DropDownButtonSettingsObjectToVisibilityConverter
Represents the converter for DropDownButtonSettings to visibility value. |
| DropDownCancelEventArgs
Represents class for SelectionChangingEventArgs. |
| ItemToVisibilityConverter
Represents the class for converting item to visibility converter. |
| ItemViewConverter
Represents a class for the ItemViewConverter. |
| SelectionChangingEventArgs
Represents class for SelectionChangingEventArgs. |
| SfComboBox
Represents the control for choosing an option from drop down list. It also supports to filter the suggestions based on typed text. |
| SfComboBoxRenderer
Represents the renderer for SfComboBox control. |
| SuggestionBox
Represents the dropdown for displaying suggestions in comboBox. |
| TokenItem
Represents the token for multiselection mode in SfComboBox control. |
| TokenPanel
Represents the class for multi selection panel in SfComboBox. |
| TokenSettings
Represents the settings for token item in SfComboBox. |
Enums
| ComboBoxMode
Represents the enumeration for ComboBoxMode. |
| DeleteButtonPlacement
Specify the placement of DeleteButton in token. |
| MultiSelectMode
Represents the enumeration for Multiselection in ComboBox. |
| OccurrenceMode
Represents the text highlighting mode for matched text based on its occurrence. |
| SelectionType
Contains values for the Selection Type. |
| SuggestionBoxPlacement
Represents the placement of suggestion box in ComboBox. |
| SuggestionMode
Represents the suggestion mode for ComboBox. |
| TokensWrapMode
Represents the enumeration for token wrapping mode in multiselection panel. |
Delegates
| SfComboBox.SelectionChangingEventHandler
SelectionChangingEventHandler event. |
| SfComboBox.SuggestionPredicate<T>
The delegate having reference to Filter method |