Class ResizingColumnsEventArgs
Represents a class which holds the properties of Resizing ColumnEvent.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |