www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Gets or sets content of the datatable.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public DataTable DataTable { get; set; }
Public Property DataTable As DataTable
Get
Set
Public Property DataTable As DataTable
Get
Set
public:
property DataTable^ DataTable {
DataTable^ get ();
void set (DataTable^ value);
}
member DataTable : DataTable with get, set
/** @property */
public DataTable get_DataTable()
/** @property */
public void set_DataTable(DataTable value)
/** @property */
public DataTable get_DataTable()
/** @property */
public void set_DataTable(DataTable value)
Field Value
System.Data.DataTable