FilterArgs(Object, Boolean) Constructor
Initializes a new instance of the FilterArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| item | Object |
| fit | Boolean |
See Also
Initializes a new instance of the FilterArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v26.1.dll
public FilterArgs(
object item,
bool fit
)
Public Sub New(
item As Object,
fit As Boolean
)
| Name | Type |
|---|---|
| item | Object |
| fit | Boolean |