Class PickerViewEventsArgs
Initializes a new instance of the PickerViewEventsArgs class.
Inheritance
System.Object
PickerViewEventsArgs
Namespace: Com.Syncfusion.SfPicker
Assembly: Syncfusion.SfPicker.Android.dll
Syntax
public class PickerViewEventsArgs : EventArgs
Constructors
PickerViewEventsArgs()
Declaration
public PickerViewEventsArgs()
Properties
Column
Gets the list Number.
Declaration
public int Column { get; }
Property Value
Type |
---|
System.Int32 |
CustomView
Gets or sets the Custom View.
Declaration
public View CustomView { get; set; }
Property Value
Type |
---|
Android.Views.View |
Item
Gets or sets the item.
Declaration
public object Item { get; set; }
Property Value
Type |
---|
System.Object |
Row
Gets the row.
Declaration
public int Row { get; }
Property Value
Type |
---|
System.Int32 |