For a list of all members of this type, see RowLayoutColumnInfo members.
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) |