Click or drag to resize

StiComponentIsParentSelect Method

Retuns true if one of the parent component is selected.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static bool IsParentSelect(
	StiComponent component
)

Parameters

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

Return Value

Type: Boolean
True if the parent component is selected.
See Also