The following tables list the members exposed by RowLayoutColumnInfo.
Name | Description | |
---|---|---|
Relative | This constant can be assigned to OriginX and OriginY to indicate that the cell be positioned relative to the last cell. | |
Remainder | This constant can be assigned to SpanX and SpanY to indicate that the cell occupy the rest of the logical row or the column in the row-layout respectively. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
ActualCellSize | Gets or sets actual cell size. Setting this property emulates resizing of the column via UI. | |
ActualLabelSize | Gets or sets actual label size. Setting this property emulates resizing of the column header via UI. | |
AllowCellSizing | Indicates whether the user is allowed to resize the cell. | |
AllowLabelSizing | Indicates whether the user is allowed to resize the column label. | |
CellInsets | Returns an instance of Insets object used for specifying the insets around the cells. | |
Column | Returns the associated column. | |
Context | Returns the associated column or group. | |
ContextType | Returns an enum indicating whether this RowLayoutColumnInfo is associated with a Group or a Column. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Group | Returns the associated group or null if this RowLayoutColumnInfo is associated with a column. | |
Key | Overridden. Returns or sets a value that uniquely identifies an object in a collection. | |
LabelInsets | Returns an instance of Insets object used for specifying the insets around the cells. | |
LabelPosition | Indicates if and how the label (column header) is be shown in relation to the cell. | |
LabelPositionResolved | Retruns the resolved LabelPosition. In merged-headers mode, since the headers are not with the cells, this property will resolve to None. | |
LabelSpan | Specifies 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. | |
LabelSpanResolved | Returns the resolved label span. | |
MinimumCellSize | Minimum cell size. Default value is Size(0,0) which means it will calculate a reasonable default size. | |
MinimumLabelSize | Minimum label size. Default value is Size(0,0) which means it will calculate a reasonable default size. | |
OriginX | Horizontal coordinate in the row-layout. | |
OriginXResolved | Returns the resolved OriginX. | |
OriginY | Vertical coordinate in the row-layout. | |
OriginYResolved | Returns the resolved OriginY. | |
ParentGroup | Returns the parent group which contains this group. This is only application when UltraGridBand.RowLayoutStyle is set to GroupLayout. | |
PreferredCellSize | Preferred cell size. Default value is Size(0,0) which means it will calculate a reasonable default size. | |
PreferredLabelSize | Preferred label size. Default value is Size(0,0) which means it will calculate a reasonable default size. | |
SpanX | Number of cells this item will span in the the row-layout horizontally. Remainder constant specifies that this cell occupy remainder of space horizontally. | |
SpanXResolved | Returns the resolved SpanX. | |
SpanY | Number of cells this item will span in the row layout vertically. Remainder constant specifies that this cell occupy remainder of space vertically. | |
SpanYResolved | Returns the resolved SpanY. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
WeightX | Indicates how the extra horizontal space will be distributed among items. Default value is 0.0. Higher values give higher priority. | |
WeightY | Indicates how the extra vertical space will be distributed among items. Default value is 0.0. Higher values give higher priority. |
Name | Description | |
---|---|---|
KeyLowercaseInterned | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
PrimaryCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
GetColumnFromLayoutItem | Returns the column associated with the specified layout item. | |
GetHeaderFromLayoutItem | Returns the header associated with the specified layout item. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetRowLayoutColumnInfo | Returns the RowLayoutColumnInfo for a particular ILayoutItem | |
Initialize | Overloaded. Initializes the row layout info with the passed in arguments. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Reset | Resets all the properties to their default values. | |
ResetAllowCellSizing | Resets the property to its default value. | |
ResetAllowLabelSizing | Resets the property to its default value. | |
ResetCellInsets | Resets the CellInsets property to the default value of an empty insets object. | |
ResetKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetLabelInsets | Resets the LabelInsets property to the default value of an empty insets object. | |
ResetLabelPosition | Resets the property to its default value. | |
ResetLabelSpan | Resets the property to its default value of Relative. | |
ResetMinimumCellSize | Resets the property to its default value of size with 0 width and 0 height. | |
ResetMinimumLabelSize | Resets the property to its default value of size with 0 width and 0 height. | |
ResetOriginX | Resets the property to its default value of Relative. | |
ResetOriginY | Resets the property to its default value of Relative. | |
ResetParentGroup | Resets the property to its default value. | |
ResetPreferredCellSize | Resets the property to its default value of size with 0 width and 0 height. | |
ResetPreferredLabelSize | Resets the property to its default value of size with 0 width and 0 height. | |
ResetRowLayoutContextType | Resets the property to its default value. | |
ResetSpanX | Resets the property to its default value. | |
ResetSpanY | Resets the property to its default value. | |
ResetWeightX | Resets the property to its default value, | |
ResetWeightY | Resets the property to its default value. | |
ShouldSerialize | pp Returns true is any of the properties have been set to non-default values. | |
ShouldSerializeKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAddedToCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
OnDispose | Overridden. Called when the object is disposed off. | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnRemovedFromCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
OnSubObjectPropChanged | Overridden. Listener notification | |
ResetInternedKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeAllowCellSizing | Returns true if the property is set to a non-default value. | |
ShouldSerializeAllowLabelSizing | Returns true if the property is set to a non-default value. | |
ShouldSerializeCellInsets | Returns true if the property is set to a non-default value. | |
ShouldSerializeContextType | Returns true if the property is set to a non-default value. | |
ShouldSerializeLabelInsets | Returns true if the property is set to a non-default value. | |
ShouldSerializeLabelPosition | Returns true if the property is set to a non-default value. | |
ShouldSerializeLabelSpan | Returns true if the property is set to a non-default value. | |
ShouldSerializeMinimumCellSize | Returns true if the property is set to a non-default value. | |
ShouldSerializeMinimumLabelSize | Returns true if the property is set to a non-default value. | |
ShouldSerializeOriginX | Returns true if the property is set to a non-default value. | |
ShouldSerializeOriginY | Returns true if the property is set to a non-default value. | |
ShouldSerializeParentGroup | Returns true if the property is set to a non-default value. | |
ShouldSerializeParentGroupIndex | Returns true if the property is set to a non-default value. | |
ShouldSerializeParentGroupKey | Returns true if the property is set to a non-default value. | |
ShouldSerializePreferredCellSize | Returns true if the property is set to a non-default value. | |
ShouldSerializePreferredLabelSize | Returns true if the property is set to a non-default value. | |
ShouldSerializeSpanX | Returns true if the property is set to a non-default value. | |
ShouldSerializeSpanY | Returns true if the property is set to a non-default value. | |
ShouldSerializeWeightX | Returns true if the property is set to a non-default value. | |
ShouldSerializeWeightY | Returns true if the property is set to a non-default value. |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |