ColumnWidthChangingEventArgs Class Members
In This Topic
The following tables list the members exposed by ColumnWidthChangingEventArgs.
Public Constructors
Public Properties
| | Name | Description |
 | Cancel |
Gets or sets whether to cancel the column width change.
|
 | ColumnList |
Gets the list of columns whose widths have changed.
|
 | Header |
Gets whether the column indexes are row header columns.
|
 | View |
Gets the view that contains the columns whose widths have changed.
|
 | Width |
Gets the new width of the column.
|
Top
See Also