WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizingColumnsEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizingColumnsEventArgs

    Represents a class which holds the properties of Resizing ColumnEvent.

    Inheritance
    System.Object
    System.EventArgs
    GridCancelEventArgs
    ResizingColumnsEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class ResizingColumnsEventArgs : GridCancelEventArgs

    Constructors

    ResizingColumnsEventArgs(Object)

    Initializes a new instance of the ResizingColumnsEventArgs class.

    Declaration
    public ResizingColumnsEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    Source of the event.

    Properties

    ColumnIndex

    Gets the column index.

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

    Column index.

    Reason

    Gets the reason for this event and hints about the current state of the user action.

    Declaration
    public ResizingReason Reason { get; }
    Property Value
    Type Description
    ResizingReason

    Current state of the event.

    Width

    Gets or sets the width.

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

    The width.

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