Skip to main content
Version: 4.1

DataGridViewRowHeightInfoNeededEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the RowHeightInfoNeeded event of a DataGridView.

public class DataGridViewRowHeightInfoNeededEventArgs : EventArgs

Properties

Instance member Height

Int32: Returns or sets the height of the row the event occurred for.

Throws:

Instance member MaximumHeight

Int32: Returns or sets the minimum height of the row the event occurred for.

Throws:

Instance member MinimumHeight

Int32: Returns or sets the minimum height of the row the event occurred for.

Throws:

Instance member RowIndex

Int32: Returns the index of the row associated with this DataGridViewRowHeightInfoNeededEventArgs.

Used By

NameDescription
DataGridViewRowHeightInfoNeededEventHandlerRepresents the method that will handle an RowHeightInfoNeeded event of a DataGridView control.