Skip to main content
All docs
V24.2

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
fieldName String
includeFilteredOut Boolean
roundDateTime Boolean
filter Object
See Also