Skip to main content

RowFilterEventArgs(GridControl, Int32, Boolean) Constructor

In This Article

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public RowFilterEventArgs(
    GridControl grid,
    int listSourceRowIndex,
    bool fit
)

#Parameters

Name Type
grid GridControl
listSourceRowIndex Int32
fit Boolean
See Also