Version

AfterNodeLayoutItemResizeEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyCellReturns the UltraTreeNodeCell that was resized.  
Public PropertyColumnReturns the UltraTreeNodeColumn that was resized.  
Public PropertyIsAutoResizeReturns a boolean value indicating whether the event was triggered by an auto-resize operation.  
Public PropertyIsCellReturns whether the item that was resized is an UltraTreeNodeCell.  
Public PropertyIsLabelReturns whether the item that was resized is an UltraTreeNodeColumn header (otherwise referred to as label).  
See Also