Class ColumnLoadedEventArgs
Represents the Arguments for ColumnLoadedEventArgs
Inheritance
System.Object
    ColumnLoadedEventArgs
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class ColumnLoadedEventArgs : EventArgs
  Constructors
ColumnLoadedEventArgs(Int32)
Initializes a new instance of the ColumnLoadedEventArgs class.
Declaration
public ColumnLoadedEventArgs(int column)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | column | 
Properties
Column
Gets the value that indicates column index
Declaration
public int Column { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
EnableLooping
Gets the value that indicates enable or disable auto reverse
Declaration
public bool EnableLooping { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
HeaderView
Gets or Sets the value that indicates column header view
Declaration
public object HeaderView { get; set; }
  Property Value
| Type | 
|---|
| System.Object | 
Width
Gets or Sets the value that indicates column width
Declaration
public double Width { get; set; }
  Property Value
| Type | 
|---|
| System.Double |