UniqueValuesArgs(String, Boolean, Boolean, Object) Constructor
In This Article
Initializes a new instance of the UniqueValuesArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public UniqueValuesArgs(
string fieldName,
bool includeFilteredOut,
bool roundDateTime,
object filter
)
#Parameters
Name | Type |
---|---|
field |
String |
include |
Boolean |
round |
Boolean |
filter | Object |
See Also