Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterItemEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterItemEventArgs

    Filter item event args class

    Inheritance
    System.Object
    FilterItemEventArgs
    Namespace: Syncfusion.iOS.ComboBox
    Assembly: Syncfusion.SfComboBox.iOS.dll
    Syntax
    public class FilterItemEventArgs : Object

    Constructors

    FilterItemEventArgs()

    Declaration
    public FilterItemEventArgs()

    Properties

    Item

    Gets the value of item property.

    Declaration
    public object Item { get; }
    Property Value
    Type Description
    System.Object

    Text

    Gets the value of Text property.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved