menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PickerViewEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PickerViewEventArgs

    Picker view event arguments.

    Inheritance
    System.Object
    PickerViewEventArgs
    Namespace: Syncfusion.SfPicker.XForms
    Assembly: Syncfusion.SfPicker.XForms.dll
    Syntax
    public class PickerViewEventArgs : EventArgs

    Constructors

    PickerViewEventArgs()

    Declaration
    public PickerViewEventArgs()

    Properties

    Column

    Gets the column.

    Declaration
    public int Column { get; }
    Property Value
    Type
    System.Int32

    Item

    Gets the item.

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

    Row

    Gets the row.

    Declaration
    public int Row { get; }
    Property Value
    Type
    System.Int32

    View

    Gets or sets the view.

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