menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    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

    true if enable looping; otherwise, false.

    View

    Gets or sets the view.

    Declaration
    public View View { get; set; }
    Property Value
    Type
    Xamarin.Forms.View
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved