Skip to main content
All docs
V25.2
  • IChooseDataProviderPageView.FavoriteKeys Property

    Specifies the data source item that is added to or removed from favorites.

    Namespace: DevExpress.DataAccess.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.2.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    HashSet<string> FavoriteKeys { get; set; }

    Property Value

    Type Description
    HashSet<String>

    The resource identifier.

    See Also