Click or drag to resize

StiElementCanContainIn Method

May this container be located in the specified component.

Namespace:  Stimulsoft.Dashboard.Components
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public override bool CanContainIn(
	StiComponent component
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent
Component for checking.

Return Value

Type: Boolean
true, if this container may is located in the specified component.
See Also