Skip to main content
A newer version of this page is available. .

FetchPageAsyncEventArgs.Keys Property

Gets keys that you passed to the ReloadRows(Object[]) method.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public object[] Keys { get; }

Property Value

Type Description
Object[]

Keys that you passed to the ReloadRows(Object[]) method.

See Also