www.Chart4.NET (Documentation) | Samples Download | Release Notes
Whether the expand/collapse (+/-) buttons should be shown or not. Default is true.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool ShowExpandCollapse { get; set; }
public bool ShowExpandCollapse { get; set; }
Public Property ShowExpandCollapse As Boolean
Get
Set
Public Property ShowExpandCollapse As Boolean
Get
Set
public:
property bool ShowExpandCollapse {
bool get ();
void set (bool value);
}
public:
property bool ShowExpandCollapse {
bool get ();
void set (bool value);
}
member ShowExpandCollapse : bool with get, set
member ShowExpandCollapse : bool with get, set
/** @property */
public boolean get_ShowExpandCollapse()
/** @property */
public void set_ShowExpandCollapse(boolean value)
/** @property */
public boolean get_ShowExpandCollapse()
/** @property */
public void set_ShowExpandCollapse(boolean value)
Field Value
System.Boolean