Skip to main content
All docs
V25.1
  • FetchAsyncArgsBase.Keys Property

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

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public object[] Keys { get; }

    Property Value

    Type Description
    Object[]

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

    See Also