Version

AfterNodeLayoutItemSpanResizeEventArgs Class Members

The following tables list the members exposed by AfterNodeLayoutItemSpanResizeEventArgs.

Public Constructors
 NameDescription
Public ConstructorAfterNodeLayoutItemSpanResizeEventArgs ConstructorCreates a new instance of the AfterNodeLayoutItemSpanResizeEventArgs class.  
Public Properties
 NameDescription
Public PropertyCellReturns the UltraTreeNodeCell that was span resized.  
Public PropertyColumnReturns the UltraTreeNodeColumn that was span resized.  
Public PropertyIsCellReturns whether the item that was span resized is an UltraTreeNodeCell.  
Public PropertyIsLabelReturns whether the item that was span resized is an UltraTreeNodeColumn header (otherwise referred to as label).  
See Also