Click or drag to resize

StiTreeViewHelperFetchItems Method

[Missing <summary> documentation for "M:Stimulsoft.Dashboard.Components.TreeView.StiTreeViewHelper.FetchItems(Stimulsoft.Data.Engine.StiDataTable,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Dashboard.Components.TreeView
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public static List<StiTreeItem> FetchItems(
	StiDataTable dataTable,
	bool removeEmptyField = true,
	bool fillLastTagOnly = true
)

Parameters

dataTable
Type: Stimulsoft.Data.EngineStiDataTable

[Missing <param name="dataTable"/> documentation for "M:Stimulsoft.Dashboard.Components.TreeView.StiTreeViewHelper.FetchItems(Stimulsoft.Data.Engine.StiDataTable,System.Boolean,System.Boolean)"]

removeEmptyField (Optional)
Type: SystemBoolean

[Missing <param name="removeEmptyField"/> documentation for "M:Stimulsoft.Dashboard.Components.TreeView.StiTreeViewHelper.FetchItems(Stimulsoft.Data.Engine.StiDataTable,System.Boolean,System.Boolean)"]

fillLastTagOnly (Optional)
Type: SystemBoolean

[Missing <param name="fillLastTagOnly"/> documentation for "M:Stimulsoft.Dashboard.Components.TreeView.StiTreeViewHelper.FetchItems(Stimulsoft.Data.Engine.StiDataTable,System.Boolean,System.Boolean)"]

Return Value

Type: ListStiTreeItem

[Missing <returns> documentation for "M:Stimulsoft.Dashboard.Components.TreeView.StiTreeViewHelper.FetchItems(Stimulsoft.Data.Engine.StiDataTable,System.Boolean,System.Boolean)"]

See Also