Version

ExplorerBarItemBinding Class Properties

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

Public Properties
 NameDescription
Public PropertyDataMemberOverridden. Gets or sets the data member.  
Public PropertyDefaultTextGets or sets a string value that is used to populate the Text property of an item.  
Public PropertyDepth

Sets or gets an integer value that determines the level depth to which this NodeBinding applies. This NodeBinding will have no effect on Xml elements at other levels within the data source.

(Inherited from Infragistics.Web.UI.Framework.Data.DataBinding)
Public PropertyImageUrlFieldGets or sets the field that will be used to bind ImageUrl property.  
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Public PropertyKeyFieldOverridden. Sets or gets a string value that specifies which Field in the DataSource will be bound to the Key property of the Item or Node object.  
Public PropertyNavigateUrlFieldGets or sets the navigate URL field.  
Public PropertyNavigateUrlFormatStringGets or sets a string value that is used to format the NavigateUrl property of an item when the item is being databound.  
Public PropertyTargetFieldGets or sets the target field.  
Public PropertyTextFieldGets or sets the text field.  
Public PropertyTextFormatStringGets or sets the text format string.  
Public PropertyToolTipFieldGets or sets the tool tip field.  
Public PropertyValueFieldGets or sets a string value that specifies which Field in the DataSource will be bound to the Value property of the Item object.  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDescriptors (Inherited from Infragistics.Web.UI.Framework.Data.DataBinding)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountThis property is used to track the number of properties this object is sending to ClientState. Each derived class overrides this property to indicate the new total of properties. The number consists of the PropCount value of the base class plus the number of ClientState properties utilized by each derived class. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also