Version

UltraGridGroup.GroupLayoutInfo Class Members

The following tables list the members exposed by UltraGridGroup.GroupLayoutInfo.

Protected Constructors
 NameDescription
Protected ConstructorUltraGridGroup.GroupLayoutInfo ConstructorConstructor used to deserialization to initialize a new instance of the class with the serialized property values  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyActualCellSizeGets or sets actual cell size. Setting this property emulates resizing of the column via UI. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyActualLabelSizeGets or sets actual label size. Setting this property emulates resizing of the column header via UI. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyAllowCellSizingIndicates whether the user is allowed to resize the cell. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyAllowLabelSizingIndicates whether the user is allowed to resize the column label. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyCellInsetsReturns an instance of Insets object used for specifying the insets around the cells. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyColumnReturns the associated column. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyContextReturns the associated column or group. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyContextTypeReturns an enum indicating whether this RowLayoutColumnInfo is associated with a Group or a Column. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyGroupReturns the associated group or null if this RowLayoutColumnInfo is associated with a column. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyKeyReturns or sets a value that uniquely identifies an object in a collection. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyLabelInsetsReturns an instance of Insets object used for specifying the insets around the cells. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyLabelPositionIndicates if and how the label (column header) is be shown in relation to the cell. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyLabelPositionResolvedRetruns the resolved LabelPosition. In merged-headers mode, since the headers are not with the cells, this property will resolve to None. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyLabelSpanSpecifies the portion of SpanX or SpanY that is assigned to label (column header). When LablePosition is set to Left or Right LabelSpan specifies the portion of SpanX for the label and when it's Top or Bottom, it specifies the portion of SpanY for the label. If the LabelPosition is set to None or is not displayed with cells, then this property is ignored. If LabelPosition is set to LabelOnly which means cells aren't displayed then this property is ignored as well and the entire SpanX and SpanY is used for the label. Default value is 1. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyLabelSpanResolvedReturns the resolved label span. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyMinimumCellSizeMinimum cell size. Default value is Size(0,0) which means it will calculate a reasonable default size. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyMinimumLabelSizeMinimum label size. Default value is Size(0,0) which means it will calculate a reasonable default size. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyOriginXHorizontal coordinate in the row-layout. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyOriginXResolvedReturns the resolved OriginX. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyOriginYVertical coordinate in the row-layout. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyOriginYResolvedReturns the resolved OriginY. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyParentGroupReturns the parent group which contains this group. This is only application when UltraGridBand.RowLayoutStyle is set to GroupLayout. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyPreferredCellSizePreferred cell size. Default value is Size(0,0) which means it will calculate a reasonable default size. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyPreferredLabelSizePreferred label size. Default value is Size(0,0) which means it will calculate a reasonable default size. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertySpanXNumber of cells this item will span in the the row-layout horizontally. Remainder constant specifies that this cell occupy remainder of space horizontally. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertySpanXResolvedReturns the resolved SpanX. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertySpanYNumber of cells this item will span in the row layout vertically. Remainder constant specifies that this cell occupy remainder of space vertically. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertySpanYResolvedReturns the resolved SpanY. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyWeightXIndicates how the extra horizontal space will be distributed among items. Default value is 0.0. Higher values give higher priority. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public PropertyWeightYIndicates how the extra vertical space will be distributed among items. Default value is 0.0. Higher values give higher priority. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
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 MethodInitializeOverloaded. Initializes the row layout info with the passed in arguments. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
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 the properties to their default values. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetAllowCellSizingResets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetAllowLabelSizingResets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetCellInsetsResets the CellInsets property to the default value of an empty insets object. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetLabelInsetsResets the LabelInsets property to the default value of an empty insets object. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetLabelPositionResets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetLabelSpanResets the property to its default value of Relative. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetMinimumCellSizeResets the property to its default value of size with 0 width and 0 height. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetMinimumLabelSizeResets the property to its default value of size with 0 width and 0 height. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetOriginXResets the property to its default value of Relative. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetOriginYResets the property to its default value of Relative. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetParentGroupResets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetPreferredCellSizeResets the property to its default value of size with 0 width and 0 height. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetPreferredLabelSizeResets the property to its default value of size with 0 width and 0 height. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetRowLayoutContextTypeResets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetSpanXResets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetSpanYResets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetWeightXResets the property to its default value, (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodResetWeightYResets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodShouldSerializepp Returns true is any of the properties have been set to non-default values. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDisposeCalled when the object is disposed off. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedListener notification (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAllowCellSizingReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeAllowLabelSizingReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeCellInsetsReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeContextTypeReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeLabelInsetsReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeLabelPositionReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeLabelSpanReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeMinimumCellSizeReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeMinimumLabelSizeReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeOriginXReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeOriginYReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeParentGroupReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeParentGroupIndexReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeParentGroupKeyReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializePreferredCellSizeReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializePreferredLabelSizeReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeSpanXReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeSpanYReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeWeightXReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Protected MethodShouldSerializeWeightYReturns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also