Skip to main content

RowFilterEventArgs(Int32) Constructor

Initializes a new instance of the RowFilterEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.1.dll

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

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