menu

UWP

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

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved