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

BootstrapChartCommonSeriesBase.Owner Property

Initializes a new instance of the BootstrapChartCommonSeriesBase class with the specified owner.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[Browsable(false)]
public IDataSourceViewSchemaAccessor Owner { get; }

Property Value

Type Description
IDataSourceViewSchemaAccessor

A IDataSourceViewSchemaAccessor object that is the owner of the created object.

See Also