GrapeCity MultiRow Windows Forms Documentation
Cell Class Members
Properties  Methods  Events


The following tables list the members exposed by Cell.

Protected Constructors
 NameDescription
Protected ConstructorCell ConstructorInitializes a new instance of the Cell class.  
Top
Public Properties
 NameDescription
Public PropertyBottomGets the distance, in pixels, between the bottom edge of the cell and the top edge of its parent Section.  
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.  
Public PropertyCellIndexGets or sets the index of the Cell.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContentBoundsGets the rectangle boundary that encloses the cell's content area.  
Public PropertyContextMenuStripGets or sets the shortcut menu associated with the cell.  
Public PropertyDataFieldGets or sets the name of the data source field to which the Cell is bound.  
Public PropertyDisplayedGets or sets a value that indicates whether the cell is displayed on-screen.  
Public PropertyDisplayTextGets the text that is displayed in the 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.  
Public PropertyEditTypeGets the type of the cell's hosted editing control.  
Public PropertyEnabledGets or sets a value that indicates whether the cell is enabled.  
Public PropertyErrorIconGets or sets the glyph describing an error condition associated with the cell.  
Public PropertyErrorIconAlignmentGets or sets the alignment of the ErrorIcon on the cell.  
Public PropertyErrorIconBoundsGets the boundary of the error icon for the cell.  
Public PropertyErrorTextGets or sets the text describing an error condition associated with the cell.  
Public PropertyFormattedValueGets the value which is the formatted representation of Value.  
Public PropertyFormattedValueTypeGets the type of the FormattedValue associated with the cell.  
Public PropertyFrozenGets a value that indicates whether the Cell is frozen.  
Public PropertyGcMultiRowGets the GcMultiRow control associated with this cell.  
Public PropertyHasStyleGets a value that indicates whether the Style property has been set.  
Public PropertyHeightGets the height of the cell.  
Public PropertyInheritedStateGets the inherited state of the cell that has taken the state of its parent Section into account.  
Public PropertyInheritedStyleGets the style currently applied to the cell.  
Public PropertyIsCollapsedGets a value that indicates whether the Cell has been hidden by the Collapse method.  
Public PropertyIsDataBoundGets a value that indicates whether this Cell has been bound to a data source.  
Public PropertyIsInEditModeGets a value that indicates whether this cell is currently being edited.  
Public PropertyLeftGets the distance, in pixels, between the left edge of the cell and the left edge of its parent Section.  
Public PropertyLocationGets or sets the coordinates of the upper-left corner of the cell relative to the upper-left corner of its parent Section.  
Public PropertyMaximumSizeGets or sets the size that is the upper limit when resizing the Cell.  
Public PropertyMergeableGets or sets a value that indicates whether the Cell can automatically merge.  
Public PropertyMergedGets a value that indicates whether the Cell is merged with another cell.  
Public PropertyMinimumSizeGets or sets the size that is the lower limit when resizing the Cell.  
Public PropertyNameGets or sets the name of the Cell.  
Public PropertyNoteGets or sets the CellNote which can display one note for the Cell.  
Public PropertyPageBreakGets or sets a value that indicates whether a new page breaks to the right of this cell.  
Public PropertyPreferredSizeGets the size of a rectangular area into which the cell can fit.  
Public PropertyReadOnlyGets or sets a value that indicates whether the cell's data can be edited.  
Public PropertyRelatedMergedCellPositionsGets a value that indicates the cells which are merged with this cell.  
Public PropertyResizeModeGets or sets a value that indicates how the Cell is resized.  
Public PropertyRightGets the distance, in pixels, between the right edge of the cell and the left edge of its parent Section.  
Public PropertyRowIndexGets the parent row's index of the Cell.  
Public PropertySectionGets the parent section that contains this cell.  
Public PropertySelectableGets or sets a value that indicates whether the Cell can be selected.  
Public PropertySelectedGets or sets a value that indicates whether this Cell is selected.  
Public PropertyShowWaveLineGets or sets a value that indicates whether to display a line in the cell.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySizeGets or sets the height and width of the cell.  
Public PropertyStateGets the current state of the cell.  
Public PropertyStyleGets or sets the styles specified at the cell level. These styles override those inherited from higher levels.  
Public PropertyTabIndexGets or sets the tab order of the cell in its parent Section.  
Public PropertyTabStopGets or sets a value that indicates whether the user can activate the cell using the Tab key.  
Public PropertyTagGets or sets the object that contains data about the cell.  
Public PropertyToolTipTextGets or sets the ToolTip text associated with the cell.  
Public PropertyTopGets the distance, in pixels, between the top edge of the cell and the top edge of its parent Section.  
Public PropertyTouchToolBarGets or sets the touch toolbar associated with the cell for a touch device.  
Public PropertyValidatorsGets the validators that contain all the CellValidators used by the current cell.  
Public PropertyValueGets or sets the value associated with this cell.  
Public PropertyValueTypeGets or sets the type of Value associated with the cell.  
Public PropertyVisibleGets or sets a value that indicates whether the Cell is visible.  
Public PropertyWaveLineColorGets or sets the color of the underline.  
Public PropertyWidthGets the width of the cell.  
Top
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDefaultSizeGets the default size of the cell.  
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Top
Public Methods
 NameDescription
Public MethodBringForwardBrings the Cell forward in the z-order.  
Public MethodBringToFrontBrings the Cell to the front of the z-order.  
Public MethodCloneCreates an exact copy of this cell.  
Public MethodCollapseCollapses the Cell horizontally.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  (Inherited from System.ComponentModel.Component)
Public MethodExpandExpands the Cell horizontally.  
Public MethodGetContentBoundsRetrieves the cell's content boundary in the specified Row.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodHorizontalResizeResizes the cell programmatically in the horizontal direction.  
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInvalidateInvalidates the entire surface of the Cell and causes the Cell to be redrawn.  
Public MethodPerformHorizontalAutoFitProgrammatically fits the cell's size to its content in the horizontal direction.  
Public MethodPerformVerticalAutoFitProgrammatically fits the cell's size to its content in the vertical direction.  
Public MethodSendBackwardSends the Cell backward in the z-order.  
Public MethodSendToBackSends the Cell to the back of the z-order.  
Public MethodToStringReturns a System.String that represents the cell.  
Public MethodValidateValidates this cell.  
Public MethodVerticalResizeResizes the cell programmatically in the vertical direction.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetErrorTextRetrieves a string that represents the error for the cell.  
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnCellFormattingRaises the GcMultiRow.CellFormatting event.  
Protected MethodOnCellParsingRaises the GcMultiRow.CellParsing event.  
Protected MethodOnClickRaises the GcMultiRow.CellClick event associated with the GcMultiRow control.  
Protected MethodOnContentClickRaises the GcMultiRow.CellContentClick event associated with the GcMultiRow control.  
Protected MethodOnContentDoubleClickRaises the GcMultiRow.CellContentDoubleClick event associated with the GcMultiRow control.  
Protected MethodOnDoubleClickRaises the GcMultiRow.CellDoubleClick event associated with the GcMultiRow control.  
Protected MethodOnEnterRaises the GcMultiRow.CellEnter event associated with the GcMultiRow control.  
Protected MethodOnKeyDownRaises the events related to pressing the character keys.  
Protected MethodOnKeyPressRaises the events related to pressing the character keys.  
Protected MethodOnKeyUpRaises the events related to releasing the character keys.  
Protected MethodOnLeaveRaises the GcMultiRow.CellLeave event associated with the GcMultiRow control.  
Protected MethodOnMouseClickRaises the GcMultiRow.CellContentClick, GcMultiRow.CellClick, and GcMultiRow.CellMouseClick events associated with the GcMultiRow control.  
Protected MethodOnMouseDoubleClickRaises the GcMultiRow.CellContentDoubleClick, GcMultiRow.CellDoubleClick, and GcMultiRow.CellMouseDoubleClick events associated with the GcMultiRow control.  
Protected MethodOnMouseDownRaises the GcMultiRow.CellMouseDown event associated with the GcMultiRow control.  
Protected MethodOnMouseEnterRaises the GcMultiRow.CellMouseEnter event associated with the GcMultiRow control.  
Protected MethodOnMouseLeaveRaises the GcMultiRow.CellMouseLeave event associated with the GcMultiRow control.  
Protected MethodOnMouseMoveRaises the GcMultiRow.CellMouseMove event associated with the GcMultiRow control.  
Protected MethodOnMouseUpRaises the GcMultiRow.CellMouseUp event associated with the GcMultiRow control.  
Protected MethodOnMouseWheelRaises the events related to the mouse wheel.  
Protected MethodOnPaintPaints the content of the cell for screen display and Rich style print.  
Protected MethodOnPrintPrints the content of the cell for PrintStyle.Compact style.  
Top
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

Cell Class
GrapeCity.Win.MultiRow Namespace
Section Class
ColumnHeaderSection Class
Row Class
ColumnFooterSection Class
Template Class
GcMultiRow Class

 

 


Copyright © GrapeCity, inc. All rights reserved.