Version

TreeBindings Class Properties

For a list of all members of this type, see TreeBindings members.

Public Properties
 NameDescription
Public PropertyBindingsGets or sets the child level bindings.  
Public PropertyCheckedKeyGets the name of the data source property the value of which would hold the node's check state. The check state itself is represented by a string enumeration with the checked|partially checked|unchecked states being respectively "on|partial|off".  
Public PropertyChildDataPropertyGets or sets the child binding property.  
Public PropertyExpandedKeyGets the name of the data source property the value of which would hold the node's expanded state. The expanded state is represented by a boolean.  
Public PropertyImageUrlKeyGets or sets the image URL key in the data source bindings.  
Public PropertyNavigateUrlKeyGets or sets the navigate URL key in the data source bindings.  
Public PropertyNodeContentTemplateGets or sets the node content template.  
Public PropertyPrimaryKeyGets or sets the primary key.  
Public PropertyTargetKeyGets or sets the target key.  
Public PropertyTextKeyGets or sets the text key in the data source bindings.  
Public PropertyValueKeyGets or sets the value key in the data source bindings.  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub