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.v21.2.UI.dll

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

public IConnectionStorageService ConnectionStorageService { get; set; }

Property Value

Type Description
IConnectionStorageService

An object implementing the IConnectionStorageService interface.

See Also