Click or drag to resize

StiDashboardGetElements Method

[Missing <summary> documentation for "M:Stimulsoft.Dashboard.Components.StiDashboard.GetElements(System.Boolean,System.String)"]

Namespace:  Stimulsoft.Dashboard.Components
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public List<IStiElement> GetElements(
	bool nested = true,
	string group = null
)

Parameters

nested (Optional)
Type: SystemBoolean

[Missing <param name="nested"/> documentation for "M:Stimulsoft.Dashboard.Components.StiDashboard.GetElements(System.Boolean,System.String)"]

group (Optional)
Type: SystemString

[Missing <param name="group"/> documentation for "M:Stimulsoft.Dashboard.Components.StiDashboard.GetElements(System.Boolean,System.String)"]

Return Value

Type: ListIStiElement

[Missing <returns> documentation for "M:Stimulsoft.Dashboard.Components.StiDashboard.GetElements(System.Boolean,System.String)"]

Implements

IStiPanelGetElements(Boolean, String)
See Also