Skip to main content
All docs
V25.1
  • ManageQueriesContext.PropertyGridServices Property

    Stores a service that displays the Property Grid in the Manage Queries dialog.

    Namespace: DevExpress.DataAccess.UI.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.UI.dll

    NuGet Package: DevExpress.DataAccess.UI

    Declaration

    public IServiceProvider PropertyGridServices { get; set; }

    Property Value

    Type Description
    IServiceProvider

    A service that displays the Property Grid in the Manage Queries dialog.

    See Also