Xceed SmartUI for WinForms v3.6 Documentation
ShowPlusMinus Property


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.TreeView Namespace > SmartTreeView Class : ShowPlusMinus Property
Gets or sets a boolean value indicating if plus-sign (+) and minus-sign (-) buttons are displayed next to nodes that contain child nodes.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates if plus-sign (+) and minus-sign (-) buttons are displayed next to nodes that contain child nodes.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(False)>
<LocalizableAttribute(False)>
Public Property ShowPlusMinus As Boolean
'Usage
 
Dim instance As SmartTreeView
Dim value As Boolean
 
instance.ShowPlusMinus = value
 
value = instance.ShowPlusMinus
[Description("Indicates if plus-sign (+) and minus-sign (-) buttons are displayed next to nodes that contain child nodes.")]
[Category("Appearance")]
[DefaultValue()]
[Browsable(true)]
[MergableProperty(false)]
[Localizable(false)]
public bool ShowPlusMinus {get; set;}

Property Value

true if plus-sign (+) and minus-sign (-) buttons are displayed next to nodes that contain child nodes; false otherwise. By default, true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartTreeView Class
SmartTreeView Members