Skip to main content
All docs
V25.1
  • UniqueValuesArgs(String, Boolean, Boolean, Object) Constructor

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

    Namespace: DevExpress.Mvvm.Xpf

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