DataPA Enterprise Dashboard Controls API Reference
Builds the TreeView data.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public void BuildTreeViewData(
DataTable SourceDataTable
) |
| Visual Basic |
|---|
Public Sub BuildTreeViewData (
SourceDataTable As DataTable
) |
| Visual C++ |
|---|
public:
virtual void BuildTreeViewData(
DataTable^ SourceDataTable
) sealed |
Parameters
- SourceDataTable
- Type: System.Data..::..DataTable
The source System.Data.DataTable that will be used to calculate the treeview nodes.
Remarks
See Also