Skip to main content

FieldHeightEventArgs(Int32, Int32, GridColumn) Constructor

Initializes a new instance of the FieldHeightEventArgs class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public FieldHeightEventArgs(
    int rowHandle,
    int fieldHeight,
    GridColumn column
)

Parameters

Name Type Description
rowHandle Int32

An integer value that identifies the card handle. This value is assigned to the FieldHeightEventArgs.RowHandle property.

fieldHeight Int32

An integer value that specifies the default height for the current card field. This value is assigned to the FieldHeightEventArgs.FieldHeight property.

column GridColumn

A GridColumn object that identifies the current card field. This value is assigned to the FieldHeightEventArgs.Column property.

See Also