Class ColumnLoadedEventArgs
Initializes a new instance of the ColumnLoadedEventArgs class.
Inheritance
System.Object
ColumnLoadedEventArgs
Namespace: Com.Syncfusion.SfPicker
Assembly: Syncfusion.SfPicker.Android.dll
Syntax
public class ColumnLoadedEventArgs : EventArgs
Constructors
ColumnLoadedEventArgs()
Declaration
public ColumnLoadedEventArgs()
Properties
ColumnWidth
Gets or sets the column width.
Declaration
public int ColumnWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
Coulmn
Gets the Column.
Declaration
public int Coulmn { 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 |
EnableLooping
Gets or sets a value indicating whether enable Auto Reverse.
Declaration
public bool EnableLooping { get; set; }
Property Value
Type |
---|
System.Boolean |