Class PickerLoadedEventArgs
Initializes a new instance of the PickerLoadedEventArgs class.
Inheritance
System.Object
PickerLoadedEventArgs
Namespace: Com.Syncfusion.SfPicker
Assembly: Syncfusion.SfPicker.Android.dll
Syntax
public class PickerLoadedEventArgs : EventArgs
Constructors
PickerLoadedEventArgs()
Declaration
public PickerLoadedEventArgs()
Properties
ListIndex
Gets the list index.
Declaration
public int ListIndex { get; }
Property Value
Type |
---|
System.Int32 |
ListWidth
Gets or sets the list Width.
Declaration
public int ListWidth { get; set; }
Property Value
Type |
---|
System.Int32 |