Skip to main content
All docs
V24.2

RowFilterArgs(Object, Int32, Boolean) Constructor

In This Article

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public RowFilterArgs(
    object item,
    int sourceIndex,
    bool fit
)

#Parameters

Name Type
item Object
sourceIndex Int32
fit Boolean
See Also