Skip to main content
A newer version of this page is available. .

PropertyGridControl.ServiceProvider Property

Gets or sets an object implementing the IServiceProvider interface.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

[Browsable(false)]
public IServiceProvider ServiceProvider { get; set; }

Property Value

Type Description
IServiceProvider

An object which implements the IServiceProvider interface.

See Also