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

RowStyleEventArgs(Int32, GridRowCellState, AppearanceObject) Constructor

Initializes a new instance of the RowStyleEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public RowStyleEventArgs(
    int rowHandle,
    GridRowCellState state,
    AppearanceObject appearance
)

Parameters

Name Type Description
rowHandle Int32

An integer value which specifies the handle of the processed row. This value is assigned to the RowEventArgs.RowHandle property.

state GridRowCellState

A GridRowCellState enumeration value which specifies the current state of the processed row. This value is assigned to the RowStyleEventArgs.State property.

appearance AppearanceObject

An AppearanceObject object that provides the appearance settings used to paint the processed row. This value is assigned to the RowStyleEventArgs.Appearance property.

See Also