Version

UltraTreeNodeLayoutInfo Class Members

The following tables list the members exposed by UltraTreeNodeLayoutInfo.

Public Constructors
 NameDescription
Public ConstructorUltraTreeNodeLayoutInfo ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldRelativeThis constant can be assigned to the OriginX and OriginY properties to indicate that the cell should be positioned relative to the last cell.  
Public FieldRemainderThis constant can be assigned to the SpanX and SpanY properties to indicate that the cell should occupy the rest of the logical row or column.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
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)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets all properties of this UltraTreeNodeLayoutInfo instance to their default values.  
Public MethodResetAllowCellSizingResets the value of the AllowCellSizing property to its default.  
Public MethodResetAllowLabelSizingResets the value of the AllowLabelSizing property to its default.  
Public MethodResetCellInsetsResets the value of the CellInsets property to its default.  
Public MethodResetLabelInsetsResets the value of the LabelInsets property to its default.  
Public MethodResetLabelPositionResets the value of the LabelPosition property to its default.  
Public MethodResetLabelSpanResets the value of the LabelSpan property to its default.  
Public MethodResetMinimumCellSizeResets the value of the MinimumCellSize property to its default.  
Public MethodResetMinimumLabelSizeResets the value of the MinimumLabelSize property to its default.  
Public MethodResetOriginXResets the value of the OriginX property to its default.  
Public MethodResetOriginYResets the value of the OriginY property to its default.  
Public MethodResetPreferredCellSizeResets the value of the PreferredCellSize property to its default.  
Public MethodResetPreferredLabelSizeResets the value of the PreferredLabelSize property to its default.  
Public MethodResetSpanXResets the value of the SpanX property to its default.  
Public MethodResetSpanYResets the value of the SpanY property to its default.  
Public MethodResetWeightXResets the value of the WeightX property to its default.  
Public MethodResetWeightYResets the value of the WeightY property to its default.  
Public MethodShouldSerializeReturns whether the value of any property of this UltraTreeNodeLayoutInfo instance has been changed from its default.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a string that represents this object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDeserializationCalled after this UltraTreeColumnSettings instance has been de-serialized.  
Protected MethodOnDisposeOverridden. Called when this UltraTreeNodeLayoutInfo instance is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAllowCellSizingReturns whether the value of the AllowCellSizing property has been changed from its default.  
Protected MethodShouldSerializeAllowLabelSizingReturns whether the value of the AllowLabelSizing property has been changed from its default.  
Protected MethodShouldSerializeCellInsetsReturns whether the value of the CellInsets property has been changed from its default.  
Protected MethodShouldSerializeLabelInsetsReturns whether the value of the LabelInsets property has been changed from its default.  
Protected MethodShouldSerializeLabelPositionReturns whether the value of the LabelPosition property has been changed from its default.  
Protected MethodShouldSerializeLabelSpanReturns whether the value of the LabelSpan property has been changed from its default.  
Protected MethodShouldSerializeMinimumCellSizeReturns whether the value of the MinimumCellSize property has been changed from its default.  
Protected MethodShouldSerializeMinimumLabelSizeReturns whether the value of the MinimumLabelSize property has been changed from its default.  
Protected MethodShouldSerializeOriginXReturns whether the value of the OriginX property has been changed from its default.  
Protected MethodShouldSerializeOriginYReturns whether the value of the OriginY property has been changed from its default.  
Protected MethodShouldSerializePreferredCellSizeReturns whether the value of the PreferredCellSize property has been changed from its default.  
Protected MethodShouldSerializePreferredLabelSizeReturns whether the value of the PreferredLabelSize property has been changed from its default.  
Protected MethodShouldSerializeSpanXReturns whether the value of the SpanX property has been changed from its default.  
Protected MethodShouldSerializeSpanYReturns whether the value of the SpanY property has been changed from its default.  
Protected MethodShouldSerializeWeightXReturns whether the value of the WeightX property has been changed from its default.  
Protected MethodShouldSerializeWeightYReturns whether the value of the WeightY property has been changed from its default.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also