FetchPageAsyncEventArgs.Keys Property
Gets keys that you passed to the ReloadRows(Object[]) method.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Object[] | Keys that you passed to the ReloadRows(Object[]) method. |
See Also