alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DropDownItemEventArgs

    Drop down event args class.

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

    Constructors

    DropDownItemEventArgs()

    Declaration
    public DropDownItemEventArgs()

    Properties

    Index

    Gets Index.

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

    Item

    Gets the value of Item.

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

    View

    Gets or sets the view.

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