Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnLoadedEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColumnLoadedEventArgs

    Represents the column loaded event arguments.

    Inheritance
    System.Object
    ColumnLoadedEventArgs
    Namespace: Syncfusion.SfPicker.iOS
    Assembly: Syncfusion.SfPicker.iOS.dll
    Syntax
    public class ColumnLoadedEventArgs : EventArgs

    Constructors

    ColumnLoadedEventArgs()

    Declaration
    public ColumnLoadedEventArgs()

    Properties

    Column

    Gets the column.

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

    The column value.

    ColumnWidth

    Gets or sets the width of the column.

    Declaration
    public double ColumnWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the column.

    EnableLooping

    Gets or sets a value indicating whether enable looping.

    Declaration
    public bool EnableLooping { get; set; }
    Property Value
    Type Description
    System.Boolean

    The column.

    View

    Gets or sets the view.

    Declaration
    public UIView View { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    The view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved