Version

RowLayoutColumnInfo Class Properties

For a list of all members of this type, see RowLayoutColumnInfo members.

Public Properties
 NameDescription
Public PropertyActualCellSizeGets or sets actual cell size. Setting this property emulates resizing of the column via UI.  
Public PropertyActualLabelSizeGets or sets actual label size. Setting this property emulates resizing of the column header via UI.  
Public PropertyAllowCellSizingIndicates whether the user is allowed to resize the cell.  
Public PropertyAllowLabelSizingIndicates whether the user is allowed to resize the column label.  
Public PropertyCellInsetsReturns an instance of Insets object used for specifying the insets around the cells.  
Public PropertyColumnReturns the associated column.  
Public PropertyContextReturns the associated column or group.  
Public PropertyContextTypeReturns an enum indicating whether this RowLayoutColumnInfo is associated with a Group or a Column.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyGroupReturns the associated group or null if this RowLayoutColumnInfo is associated with a column.  
Public PropertyKeyOverridden. Returns or sets a value that uniquely identifies an object in a collection.  
Public PropertyLabelInsetsReturns an instance of Insets object used for specifying the insets around the cells.  
Public PropertyLabelPositionIndicates if and how the label (column header) is be shown in relation to the cell.  
Public PropertyLabelPositionResolvedRetruns the resolved LabelPosition. In merged-headers mode, since the headers are not with the cells, this property will resolve to None.  
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.  
Public PropertyLabelSpanResolvedReturns the resolved label span.  
Public PropertyMinimumCellSizeMinimum cell size. Default value is Size(0,0) which means it will calculate a reasonable default size.  
Public PropertyMinimumLabelSizeMinimum label size. Default value is Size(0,0) which means it will calculate a reasonable default size.  
Public PropertyOriginXHorizontal coordinate in the row-layout.  
Public PropertyOriginXResolvedReturns the resolved OriginX.  
Public PropertyOriginYVertical coordinate in the row-layout.  
Public PropertyOriginYResolvedReturns the resolved OriginY.  
Public PropertyParentGroupReturns the parent group which contains this group. This is only application when UltraGridBand.RowLayoutStyle is set to GroupLayout.  
Public PropertyPreferredCellSizePreferred cell size. Default value is Size(0,0) which means it will calculate a reasonable default size.  
Public PropertyPreferredLabelSizePreferred label size. Default value is Size(0,0) which means it will calculate a reasonable default size.  
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.  
Public PropertySpanXResolvedReturns the resolved SpanX.  
Public PropertySpanYNumber of cells this item will span in the row layout vertically. Remainder constant specifies that this cell occupy remainder of space vertically.  
Public PropertySpanYResolvedReturns the resolved SpanY.  
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.  
Public PropertyWeightYIndicates how the extra vertical space will be distributed among items. Default value is 0.0. Higher values give higher priority.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also