GetUniqueValuesAsyncArgs(CancellationToken, String, Object) Constructor
In This Article
Initializes a new instance of the GetUniqueValuesAsyncArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public GetUniqueValuesAsyncArgs(
CancellationToken cancellationToken,
string propertyName,
object filter
)
#Parameters
Name | Type |
---|---|
cancellation |
Cancellation |
property |
String |
filter | Object |
See Also