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

EditFiltersContext.ConnectionStorageService Property

Specifies an object that provides a service functionality to store the data connection settings.

Namespace: DevExpress.DataAccess.UI.EntityFramework

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

Declaration

public IConnectionStorageService ConnectionStorageService { get; set; }

Property Value

Type Description
IConnectionStorageService

An object implementing the IConnectionStorageService interface.

See Also