Skip to main content
All docs
V24.2

UniqueValuesArgs(String, Boolean, Boolean, Object) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

Declaration

public UniqueValuesArgs(
    string fieldName,
    bool includeFilteredOut,
    bool roundDateTime,
    object filter
)

Parameters

Name Type
fieldName String
includeFilteredOut Boolean
roundDateTime Boolean
filter Object
See Also