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

EditFiltersContext.ConnectionStringsProvider Property

Specifies a storage of data connection settings.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public IConnectionStringsProvider ConnectionStringsProvider { get; set; }

Property Value

Type Description
IConnectionStringsProvider

An object implementing the IConnectionStringsProvider interface.

See Also