asp.net.ph

TreeNode.ShowCheckBox Property

System.Web.UI.TreeNodes Namespace   TreeNode Class


.NET Framework version 2.0

Sets or retrieves a value indicating whether a check box is displayed next to a TreeNode.

Syntax


Inline <asp:treenode showcheckbox = true | false ... >
Script TreeNode.ShowCheckBox [ = true | false ]

Property Value

This property accepts or returns only a boolean value: true to display a check box; otherwise, false. Default value is false.

Remarks

Use the ShowCheckBox property to specify or determine whether a check box is displayed next to a TreeNode.

Although the ShowCheckBox property can be used to display check boxes, it is more common to use the ShowCheckBoxes property of the TreeView control. The ShowCheckBoxes property, however, affects every node type specified by the property. You can, however, use the ShowCheckBox property to override that setting for an individual node.

See Also

TreeNode Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note