menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITextInputLayoutSelector - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITextInputLayoutSelector

    Represents SfTextInputLayout's InputView type.

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public interface ITextInputLayoutSelector

    Properties

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved