Class SuggestionBox
Represent a popup that displayed when the matching Syncfusion.UI.Xaml.Controls.Input.TextBoxExt.Suggestions found.
Inheritance
System.Object
SuggestionBox
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.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)
Dispose method
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 |
---|---|---|
Windows.UI.Xaml.DependencyObject | element | Dependency object |
System.Object | item | object type |
Implements
System.IDisposable