RowHeightChangingEventArgs Class Members
In This Topic
The following tables list the members exposed by RowHeightChangingEventArgs.
Public Constructors
Public Properties
| Name | Description |
| Cancel | Gets or sets whether to cancel the row height change. |
| Footer | Gets whether the column indexes are column footer rows. |
| Header | Gets whether the column indexes are column header rows. |
| Height | Gets the new height of the row. |
| RowList | Gets the list of rows whose heights have changed. |
| View | Gets the view that contains the rows whose heights have changed. |
Top
See Also