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