Version

BeforeNodeLayoutItemSpanResizeEventArgs Class Members

The following tables list the members exposed by BeforeNodeLayoutItemSpanResizeEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeNodeLayoutItemSpanResizeEventArgs ConstructorCreates a new instance of the BeforeNodeLayoutItemResizeEventArgs class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
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 represents a cell.  
Public PropertyIsLabelReturns whether the item that was span resized represents a column header (otherwise referred to as label).  
Public PropertyNodeReturns the UltraTreeNode which defines the cell that is being span resized.  
See Also