Interface ITextInputLayoutSelector
Represents SfTextInputLayout's InputView type.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public interface ITextInputLayoutSelectorProperties
IsDropDownOpen
Boolean value that used to set InputView's drop down state.
Declaration
bool IsDropDownOpen { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
IsTextInputLayoutChild
Boolean value that indicates the parent is SfTextInputLayout or not.
Declaration
bool IsTextInputLayoutChild { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
Methods
GetSelectedItems()
Method used to get selected items of InputView.
Declaration
IEnumerable GetSelectedItems()Returns
| Type | Description | 
|---|---|
| System.Collections.IEnumerable | Returns IEnumerable collection, that represents items selected in InputView. |