Skip to main content
All docs
V18.2

ConfigureContext.PropertyGridServices Property

Specifies services that provide functionality to custom parameter editors displayed in the Property Grid that is invoked from the Data Source wizard.

Namespace: DevExpress.DataAccess.UI.EntityFramework

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

Declaration

public IServiceProvider PropertyGridServices { get; set; }

Property Value

Type Description
IServiceProvider

An object implementing the IServiceProvider interface that is used to obtain the service object of a specific type.

Remarks

To implement custom parameter editors in the Data Source wizard, use the PropertyGridServices property when calling the EFDataSourceUIHelper.Configure or EFDataSourceUIHelper.Configure<TModel> method that accepts a ConfigureContext object as a parameter.

See Also