EditQueryContext.PropertyGridServices Property
In This Article
Specifies an object that provides a service functionality to the Property Grid.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
public IServiceProvider PropertyGridServices { get; set; }
#Property Value
Type | Description |
---|---|
IService |
An object implementing the IService |
See Also