DataGridViewRowHeightInfoNeededEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the RowHeightInfoNeeded event of a DataGridView.
- C#
- VB.NET
public class DataGridViewRowHeightInfoNeededEventArgs : EventArgs
Public Class DataGridViewRowHeightInfoNeededEventArgs
Inherits EventArgs
Properties
Height
Int32: Returns or sets the height of the row the event occurred for.
Throws:
- ArgumentOutOfRangeException The specified value when setting this property is greater than 65,536.
MaximumHeight
Int32: Returns or sets the minimum height of the row the event occurred for.
Throws:
- ArgumentOutOfRangeException The specified value when setting this property is less than 2.
MinimumHeight
Int32: Returns or sets the minimum height of the row the event occurred for.
Throws:
- ArgumentOutOfRangeException The specified value when setting this property is less than 2.
RowIndex
Int32: Returns the index of the row associated with this DataGridViewRowHeightInfoNeededEventArgs.
Used By
| Name | Description |
|---|---|
| DataGridViewRowHeightInfoNeededEventHandler | Represents the method that will handle an RowHeightInfoNeeded event of a DataGridView control. |