Class GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs
Inheritance
System.Object
GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataColumnWidthsEventArgs : SyncfusionCancelEventArgs
Constructors
GridDataColumnWidthsEventArgs(Int32)
Initializes a new instance of the GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs class.
Declaration
public GridDataColumnWidthsEventArgs(int colIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colIndex | Index of the col. |
Properties
ColumnIndex
Gets or sets the index of the column.
Declaration
public int ColumnIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the column. |
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The value. |