MobileForms Toolkit Documentation

Node.HidePlusMinus Property

Gets or sets a value indicating whether plus-sign (+) and minus-sign (-) buttons are hidden.

public virtual bool HidePlusMinus {get; set;}

Property Value

true if plus sign and minus sign buttons hiden; otherwise, true. The default is false.

Remarks

The plus sign and minus sign buttons appear next to the node only if the ShowPlusMinus property value is true. If the node does not contain child nodes, you can hide plus sign and minus sign by setting HidePlusMinus property value to true.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace