Skip to main content

BootstrapChartCommonSeriesBase.Owner Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v21.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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