Version

ColumnResizeDraggingEventArgs class Members

The following tables list the members exposed by ColumnResizeDraggingEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertycolumnReturns which column is being used as the drag source for the resize action. (Inherited from Infragistics.Web.UI.ColumnResizingEventArgs)
Public PropertycolumnsReturns which columns are being resized by this resize action. (Inherited from Infragistics.Web.UI.ColumnResizingEventArgs)
Public PropertycurrentWidthReturns the current width of the column being used for the resize operation.  
Public PropertystartingWidthReturns the width of the column that is being resized by the user. (Inherited from Infragistics.Web.UI.ColumnResizingEventArgs)
Public PropertystartingWidthsReturns the original width collection for this resize action. (Inherited from Infragistics.Web.UI.ColumnResizingEventArgs)
See Also