Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DropDownItemEventArgs

    Drop down event args class.

    Inheritance
    System.Object
    DropDownItemEventArgs
    Namespace: Syncfusion.SfAutoComplete.iOS
    Assembly: Syncfusion.SfAutoComplete.iOS.dll
    Syntax
    public class DropDownItemEventArgs : Object

    Constructors

    DropDownItemEventArgs()

    Declaration
    public DropDownItemEventArgs()

    Properties

    Index

    Gets Index.

    Declaration
    public nint Index { get; }
    Property Value
    Type Description
    System.nint

    Item

    Gets the value of Item.

    Declaration
    public NSObject Item { get; }
    Property Value
    Type Description
    Foundation.NSObject

    View

    Gets or sets the view.

    Declaration
    public UIView View { get; set; }
    Property Value
    Type Description
    UIKit.UIView
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved