Class SuggestionBox
Represents the dropdown for displaying suggestions in comboBox.
Inheritance
System.Object
SuggestionBox
Implements
System.IDisposable
Namespace: Syncfusion.XForms.WPF.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
Syntax
public class SuggestionBox : ListBox, IDisposable
Constructors
SuggestionBox()
Initializes a new instance of the SuggestionBox class.
Declaration
public SuggestionBox()
Methods
Dispose()
Disposes the control while unloading
Declaration
public void Dispose()
Dispose(Boolean)
Disposes the visual elements and unhooks the event handler methods
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | boolean type |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepare container for item override
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | Dependency object |
System.Object | item | object type |
Implements
System.IDisposable