The following tables list the members exposed by ColumnLayoutInfo.
Name | Description | |
---|---|---|
ColumnLayoutInfo Constructor | Constructor used to deserialization to initialize a new instance of the class with the serialized property values |
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. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ActualLabelSize | Gets or sets actual label size. Setting this property emulates resizing of the column header via UI. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
AllowCellSizing | Indicates whether the user is allowed to resize the cell. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
AllowLabelSizing | Indicates whether the user is allowed to resize the column label. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
CellInsets | Returns an instance of Insets object used for specifying the insets around the cells. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
Column | Returns the associated column. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
Context | Returns the associated column or group. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ContextType | Returns an enum indicating whether this RowLayoutColumnInfo is associated with a Group or a Column. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Group | Returns the associated group or null if this RowLayoutColumnInfo is associated with a column. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
Key | Returns or sets a value that uniquely identifies an object in a collection. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
LabelInsets | Returns an instance of Insets object used for specifying the insets around the cells. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
LabelPosition | Indicates if and how the label (column header) is be shown in relation to the cell. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
LabelPositionResolved | Retruns 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) | |
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. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
LabelSpanResolved | Returns the resolved label span. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
MinimumCellSize | Minimum cell size. Default value is Size(0,0) which means it will calculate a reasonable default size. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
MinimumLabelSize | Minimum label size. Default value is Size(0,0) which means it will calculate a reasonable default size. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
OriginX | Horizontal coordinate in the row-layout. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
OriginXResolved | Returns the resolved OriginX. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
OriginY | Vertical coordinate in the row-layout. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
OriginYResolved | Returns the resolved OriginY. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ParentGroup | Returns the parent group which contains this group. This is only application when UltraGridBand.RowLayoutStyle is set to GroupLayout. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
PreferredCellSize | Preferred cell size. Default value is Size(0,0) which means it will calculate a reasonable default size. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
PreferredLabelSize | Preferred label size. Default value is Size(0,0) which means it will calculate a reasonable default size. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
SpanX | Number of cells this item will span in the the row-layout horizontally. RowLayoutColumnInfo.Remainder constant specifies that this cell occupy remainder of space horizontally. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
SpanXResolved | Returns the resolved SpanX. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
SpanY | Number of cells this item will span in the row layout vertically. RowLayoutColumnInfo.Remainder constant specifies that this cell occupy remainder of space vertically. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
SpanYResolved | Returns the resolved SpanY. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
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. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
WeightY | Indicates 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) |
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) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Initialize | Overloaded. Initializes the row layout info with the passed in arguments. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
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. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetAllowCellSizing | Resets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetAllowLabelSizing | Resets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetCellInsets | Resets the CellInsets property to the default value of an empty insets object. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetLabelInsets | Resets the LabelInsets property to the default value of an empty insets object. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetLabelPosition | Resets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetLabelSpan | Resets the property to its default value of RowLayoutColumnInfo.Relative. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetMinimumCellSize | Resets the property to its default value of size with 0 width and 0 height. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetMinimumLabelSize | Resets the property to its default value of size with 0 width and 0 height. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetOriginX | Resets the property to its default value of RowLayoutColumnInfo.Relative. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetOriginY | Resets the property to its default value of RowLayoutColumnInfo.Relative. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetParentGroup | Resets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetPreferredCellSize | Resets the property to its default value of size with 0 width and 0 height. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetPreferredLabelSize | Resets the property to its default value of size with 0 width and 0 height. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetRowLayoutContextType | Resets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetSpanX | Resets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetSpanY | Resets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetWeightX | Resets the property to its default value, (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ResetWeightY | Resets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerialize | pp Returns true is any of the properties have been set to non-default values. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
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 | Called when the object is disposed off. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnRemovedFromCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
OnSubObjectPropChanged | Listener notification (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
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. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeAllowLabelSizing | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeCellInsets | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeContextType | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeLabelInsets | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeLabelPosition | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeLabelSpan | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeMinimumCellSize | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeMinimumLabelSize | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeOriginX | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeOriginY | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeParentGroup | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeParentGroupIndex | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeParentGroupKey | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializePreferredCellSize | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializePreferredLabelSize | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeSpanX | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeSpanY | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeWeightX | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) | |
ShouldSerializeWeightY | Returns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo) |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |