Skip to main content
A newer version of this page is available. .

RowHeightEventArgs Class

Provides data for the GridView.CalcRowHeight event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

public class RowHeightEventArgs :
    EventArgs

Remarks

The GridView.CalcRowHeight event enables you to define the height of each row individually. Thus, the RowHeightEventArgs class introduces the RowHeightEventArgs.RowHeight property specifying the processed row’s height. The inherited RowEventArgs.RowHandle property enables processed row identification.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RowHeightEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
EventArgs
RowHeightEventArgs
See Also