Version

UltraTreeNodeLayoutInfo Class Properties

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

Public Properties
 NameDescription
Public PropertyAllowCellSizingGets/sets whether the end user is allowed to resize cells in this layout's Column.  
Public PropertyAllowLabelSizingGets/sets whether the end user is allowed to resize labels in this layout's Column.  
Public PropertyCellInsetsReturns the Infragistics.Win.Layout.Insets object which defines the spacing around the cells in this layout's Column.  
Public PropertyColumnReturns the UltraTreeNodeColumn to which this instance is associated.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyLabelInsetsReturns the Infragistics.Win.Layout.Insets object which defines the spacing around the cells in this layout's Column.  
Public PropertyLabelPositionGets/sets whether the label (header) is displayed for this layout's Column, and if so, where it is displayed.  
Public PropertyLabelSpanGets/sets the number of logical grid units that labels span in this layout.  
Public PropertyMinimumCellSizeGets/sets the minimum size to which a cell in this layout's Column can be resized.  
Public PropertyMinimumLabelSizeGets/sets the minimum size to which a label in this layout's Column can be resized.  
Public PropertyOriginXGets/sets the horizontal coordinate of this layout item in the virtual grid.  
Public PropertyOriginXResolvedReturns the resolved value of the OriginX property.  
Public PropertyOriginYGets/sets the vertical coordinate of this layout item in the virtual grid.  
Public PropertyOriginYResolvedReturns the resolved value of the OriginY property.  
Public PropertyPreferredCellSizeGets/sets the preferred size for a cell in this layout.  
Public PropertyPreferredLabelSizeGets/sets the preferred size for a label (header) in this layout.  
Public PropertySpanXGets/sets the number of cells this item spans horizontally in the virtual grid.  
Public PropertySpanYGets/sets the number of cells this item spans vertically in the virtual grid.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyWeightXGets/sets the priority that is given to this item when distributing extra width, or when the width is less than the preferred width.  
Public PropertyWeightYGets/sets the priority that is given to this item when distributing extra height, or when the height is less than the preferred height.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also