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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph