APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

TreeView
Version 3.0



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Layout and Behavior
Design
Programming




Text Color
Red
Blue
Green
Background Color
Yellow
Silver
Gray
Font Size
10px
12px
16px
Cell Text


TreeView component includes a group of properties for the client-side operations. You can assign a custom client-side procedure by setting the following properties:

  • ClientSideOnSelect - specifies the name of the client-side function to be called when an item is selected.
  • ClientSideOnDeselect - specifies the name of the client-side function to be called when an item is deselected.
  • ClientSideOnExpand - specifies the name of the client-side function to be called when an item is expanded.
  • ClientSideOnCollapse - specifies the name of the client-side function to be called when an item is collapsed.
  • ClientSideOnCheck - specifies the name of the client-side function to be called when an item is checked.
  • ClientSideOnUnCheck - specifies the name of the client-side function to be called when an item is unchecked.
Each client-side procedure must accept two parameters: TreeViewID and ItemID.


Code Samples:
ASPX XML Structure CSS Style C# VB.NET Images


  © 2003-2008 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center