Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TreeNodeGroup Members

TreeNodeGroup overview

Public Instance Properties

AllowDrag Gets or sets a value indicating whether user can drag this node.
AllowDrop Gets or sets a value indicating whether user can drop another node onto this node.
AllowEdit Gets or sets a value indicating whether user can edit the tree node text.
Bindings (inherited from NavigationItemGroup) Gets the collection of bindings that map fields or properties of the data source to item properties.
CausesValidation (inherited from NavigationItemGroup) Gets or sets the default setting of whether clicking an item in this group causes validation to be performed on any controls that require validation.
DataFields (inherited from NavigationItemGroup) Specifies a list of fields used during data binding when binding to an ADO.NET data object. Use '|' to separate multiple fields.
DataSource (inherited from NavigationItemGroup) Gets or sets a data source used to populate items.
DefaultItemLookID (inherited from NavigationItemGroup) Gets or sets the default look ID that the items of this group will use to apply appearance settings.
Height (inherited from NavigationItemGroup) Gets and sets the height (in pixel) of the group.
IconCellWidth Specifies the width reserved for a TreeNode's ImageUrl cell during runtime.
ItemSpacing (inherited from NavigationItemGroup) Gets or sets the space (in pixel) between each items in this group.
Nodes Gets a collection of tree nodes in this group.
ParentNode Gets the parent node of this TreeNodeGroup.
RaisesServerEvent (inherited from NavigationItemGroup) Gets or sets a value indicating whether the server side event should be raised when an item in this group is clicked.
ShowCheckBox Gets or sets a value indicating whether or not to display appropriate checkbox for nodes in this group when the node's CheckState changes.
Style (inherited from NavigationItemGroup) Gets the ElementStyle object that controls the appearance of the group.
TemplateItem Gets or sets an item that is used as a template to generate data bound items.
Width (inherited from NavigationItemGroup) Gets and sets the width (in pixel) of the group.

Public Instance Methods

DataBind (inherited from NavigationItemGroup) Populate items from a data source.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

TreeNodeGroup Class | EO.Web Namespace


Direct link to this topic