Skip to main content
All docs
V25.2
  • FavoriteChangedEventArgs.ProviderKey Property

    Gets the data store provider associated with the changed favorite item.

    Namespace: DevExpress.DataAccess.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.2.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public string ProviderKey { get; }

    Property Value

    Type Description
    String

    The data store provider.

    See Also