Skip to main content
All docs
V26.1
  • GetUniqueValuesAsyncArgs(CancellationToken, String, Object) Constructor

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

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v26.1.dll

    Declaration

    public GetUniqueValuesAsyncArgs(
        CancellationToken cancellationToken,
        string propertyName,
        object filter
    )

    Parameters

    Name Type
    cancellationToken CancellationToken
    propertyName String
    filter Object
    See Also