Skip to main content
All docs
V23.2

RowFilterArgs(Object, Int32, Boolean) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.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