Back to Devexpress

RowHeightEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-3a3d7ecc.md

latest2.1 KB
Original Source

RowHeightEventArgs Class

Provides data for the GridView.CalcRowHeight event.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public class RowHeightEventArgs :
    EventArgs
vb
Public Class RowHeightEventArgs
    Inherits EventArgs

RowHeightEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs RowHeightEventArgs

See Also

RowHeightEventArgs Members

CalcRowHeight

DevExpress.XtraGrid.Views.Grid Namespace