menu

WinForms

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

    Show / Hide Table of Contents

    Class ColumnResizingEventArgs

    Represents the class that provides the data for the ColumnResizing event.

    Inheritance
    System.Object
    GridCancelEventArgs
    ColumnResizingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class ColumnResizingEventArgs : GridCancelEventArgs

    Constructors

    ColumnResizingEventArgs(Object)

    Initializes a new instance of the ColumnResizingEventArgs class.

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

    The source of the event.

    Properties

    ColumnIndex

    Gets the index of the column that being resized.

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

    Width

    Gets or sets the width that needs to be set for the given column index.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved