FetchAsyncArgsBase.Keys Property
Gets keys that you passed to the ReloadRows(Object[]) method.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v22.2.dll
NuGet Package: DevExpress.Mvvm
Declaration
Property Value
Type | Description |
---|---|
Object[] | Keys that you passed to the ReloadRows(Object[]) method. |
See Also