GrapeCity MultiRow Windows Forms Documentation
ListCell Class Properties


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

Public Properties
 NameDescription
Public PropertyBottomGets the distance, in pixels, between the bottom edge of the cell and the top edge of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyBoundsGets or sets the size and location of the cell, in pixels, relative to the parent Section including its CellStyle.Border and CellStyle.Padding. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyCellIndexGets or sets the index of the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContentBoundsGets the rectangle boundary that encloses the cell's content area. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyContextMenuStripGets or sets the shortcut menu associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyDataFieldGets or sets the name of the data source field to which the Cell is bound. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyDataSourceGets or sets the data source.  
Public PropertyDisplayedGets or sets a value that indicates whether the cell is displayed on-screen. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyDisplayMemberGets or sets the display member.  
Public PropertyDisplayTextGets the text that is displayed in the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyEditedFormattedValueGets the formatted value of the cell, regardless of whether the cell is in edit mode or if the value has not been committed. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyEditTypeGets the type of the cell's hosted editing control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyEnabledGets or sets a value that indicates whether the cell is enabled. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyErrorIconGets or sets the glyph describing an error condition associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyErrorIconAlignmentGets or sets the alignment of the Cell.ErrorIcon on the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyErrorIconBoundsGets the boundary of the error icon for the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyErrorTextGets or sets the text describing an error condition associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyFormattedValueGets the value which is the formatted representation of Cell.Value. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyFormattedValueTypeOverridden. Gets the type of the formatted value associated with the ListCell.  
Public PropertyFrozenGets a value that indicates whether the Cell is frozen. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyGcMultiRowGets the GcMultiRow control associated with this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyHasStyleGets a value that indicates whether the Cell.Style property has been set. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyHeightGets the height of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyInheritedStateGets the inherited state of the cell that has taken the state of its parent Section into account. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyInheritedStyleGets the style currently applied to the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyIsCollapsedGets a value that indicates whether the Cell has been hidden by the Collapse method. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyIsDataBoundGets a value that indicates whether this Cell has been bound to a data source. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyIsInEditModeGets a value that indicates whether this cell is currently being edited. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyLeftGets the distance, in pixels, between the left edge of the cell and the left edge of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyLocationGets or sets the coordinates of the upper-left corner of the cell relative to the upper-left corner of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyMaximumSizeGets or sets the size that is the upper limit when resizing the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyMergeableGets or sets a value that indicates whether the Cell can automatically merge. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyMergedGets a value that indicates whether the Cell is merged with another cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyMinimumSizeGets or sets the size that is the lower limit when resizing the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyNameGets or sets the name of the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyNoteGets or sets the CellNote which can display one note for the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyPageBreakGets or sets a value that indicates whether a new page breaks to the right of this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyPreferredSizeGets the size of a rectangular area into which the cell can fit. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyReadOnlyGets or sets a value that indicates whether the cell's data can be edited. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyRelatedMergedCellPositionsGets a value that indicates the cells which are merged with this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyResizeModeGets or sets a value that indicates how the Cell is resized. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyRightGets the distance, in pixels, between the right edge of the cell and the left edge of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyRowIndexGets the parent row's index of the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySectionGets the parent section that contains this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySelectableGets or sets a value that indicates whether the Cell can be selected. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySelectedGets or sets a value that indicates whether this Cell is selected. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyShowWaveLineGets or sets a value that indicates whether to display a line in the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySizeGets or sets the height and width of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySortedGets or sets a value that indicates whether the items in the list box are sorted automatically.  
Public PropertyStateGets the current state of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyStyleGets or sets the styles specified at the cell level. These styles override those inherited from higher levels. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTabIndexGets or sets the tab order of the cell in its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTabStopGets or sets a value that indicates whether the user can activate the cell using the Tab key. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTagGets or sets the object that contains data about the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyToolTipTextGets or sets the ToolTip text associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTopGets the distance, in pixels, between the top edge of the cell and the top edge of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTouchToolBarGets or sets the touch toolbar associated with the cell for a touch device. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyValidatorsGets the validators that contain all the CellValidators used by the current cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyValueGets or sets the value associated with this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyValueAsIndexGets or sets a value that indicates whether to store the index of the selected item as the value of the Cell.Value property.  
Public PropertyValueMemberGets or sets the value member.  
Public PropertyValueTypeGets or sets the type of Cell.Value associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyVisibleGets or sets a value that indicates whether the Cell is visible. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyWaveLineColorGets or sets the color of the underline. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyWidthGets the width of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Top
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDefaultSizeGets the default size of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

ListCell Class
GrapeCity.Win.MultiRow Namespace
Cell Class

 

 


Copyright © GrapeCity, inc. All rights reserved.