Skip to main content

QueryBuilderEditQueryContext.PropertyGridServices Property

Specifies an object that provides a service functionality to the Property Grid.

Namespace: DevExpress.DataAccess.UI.Sql

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

NuGet Package: DevExpress.DataAccess.UI

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.

See Also