Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnLoadedEventArgs - Xamarin.Android API Reference | Syncfusion ColumnLoadedEventArgs class. ">

    Show / Hide Table of Contents

    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 Description
    System.Int32

    Coulmn

    Gets the Column.

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

    CustomView

    Gets or sets the Custom View.

    Declaration
    public View CustomView { get; set; }
    Property Value
    Type Description
    Android.Views.View

    EnableLooping

    Gets or sets a value indicating whether enable Auto Reverse.

    Declaration
    public bool EnableLooping { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved