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

RowFilterEventArgs(Int32) Constructor

Initializes a new instance of the RowFilterEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public RowFilterEventArgs(
    int listSourceRow
)

Parameters

Name Type Description
listSourceRow Int32

An integer that identifies the row to be processed. This value is used to initialized the RowFilterEventArgs.ListSourceRow parameter.

See Also