Version

ColumnResizing Event

Event raised when a user initiated column resizing is begun.
Syntax
Event Data

The event handler receives an argument of type PivotCancellableColumnResizingEventArgs containing data related to this event. The following PivotCancellableColumnResizingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from Infragistics.Controls.Grids.PivotCancellableEventArgs)Gets or sets a value indicating whether the event should be cancelled.
Columns Gets a Collection of columns that will be resized during this resizing action.
Width Gets or sets the starting width of the column.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also