Class ColumnLoadedEventArgs
Column loaded event arguments.
Inheritance
System.Object
    ColumnLoadedEventArgs
  Namespace: Syncfusion.SfPicker.XForms
Assembly: Syncfusion.SfPicker.XForms.dll
Syntax
public class ColumnLoadedEventArgs : EventArgs
  Constructors
ColumnLoadedEventArgs()
Declaration
public ColumnLoadedEventArgs()
  Properties
Column
Gets the column.
Declaration
public int Column { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
ColumnWidth
Gets or sets the width of the column.
Declaration
public int ColumnWidth { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
EnableLooping
Gets or sets a value indicating whether this.
Declaration
public bool EnableLooping { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
View
Gets or sets the view.
Declaration
public View View { get; set; }
  Property Value
| Type | 
|---|
| Xamarin.Forms.View |