DataGridViewRowHeightInfoNeededEventArgs
Wisej.Web.DataGridViewRowHeightInfoNeededEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the RowHeightInfoNeeded event of a DataGridView.
public class DataGridViewRowHeightInfoNeededEventArgs : 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
Represents the method that will handle an RowHeightInfoNeeded event of a DataGridView control.
Last updated
Was this helpful?