Version

UltraTreeNodeCell Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accesible object representing the data area of the grid.  
Public PropertyAllowEditGets/sets whether this UltraTreeNodeCell can be edited by the end user.  
Public PropertyAppearanceGets/sets the appearance that is applied to the cells in this column set that do not have a more specific appearance set.  
Public PropertyColumnReturns the UltraTreeNodeColumn to which this UltraTreeNodeCell belongs.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorGets/sets the Infragistics.Win.EmbeddableEditorBase-derived editor which renders the data for this cell.  
Public PropertyEditorComponentGets/sets the Infragistics.Win.IProvidesEmbeddableEditor implementor which provides the Infragistics.Win.EmbeddableEditorBase-derived editor that renders the data for this cell.  
Public PropertyEditorResolvedReturns the resolved Infragistics.Win.EmbeddableEditorBase-derived editor that renders the data for this UltraTreeNodeCell  
Public PropertyHasAppearanceReturns whether an appearance object has been created for the Appearance.  
Public PropertyIsActiveReturns whether this UltraTreeNodeCell is the ActiveCell.  
Public PropertyIsInEditModeReturns whether this UltraTreeNodeCell is currently in edit mode.  
Public PropertyKeyOverridden. The Key of the node.  
Public PropertyNodeReturns the UltraTreeNode to which this UltraTreeNodeCell belongs.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns the string representation of this UltraTreeNodeCell's Value.  
Public PropertyUIElementReturns the UltraTreeNodeCellUIElement that represents this UltraTreeNodeCell in the user interface.  
Public PropertyValueGets/sets the value for this UltraTreeNodeCell.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also