GrapeCity MultiRow Windows Forms Documentation
CornerHeaderCell Class Members
Properties  Methods  Events


The following tables list the members exposed by CornerHeaderCell.

Public Constructors
 NameDescription
Public ConstructorCornerHeaderCell ConstructorInitializes a new instance of the CornerHeaderCell 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. (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 PropertyDisplayedGets or sets a value that indicates whether the cell is displayed on-screen. (Inherited from GrapeCity.Win.MultiRow.Cell)
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 PropertyEllipsisGets or sets how to display an ellipsis when the width of the display text is greater than the cell's content boundary width. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
Public PropertyEllipsisStringGets or sets the ellipsis string of the HeaderCell object. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
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 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 PropertyFlatAppearanceGets the appearance when HeaderCell.FlatStyle is System.Windows.Forms.FlatStyle.Flat. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
Public PropertyFlatStyleGets or sets the button appearance style. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
Public PropertyFormattedValueGets the value which is the formatted representation of Value. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyFormattedValueTypeGets the type of the formatted value associated with the HeaderCell. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
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 PropertyGutterStylesGets or sets how the gutter is displayed in the HeaderCell when a Theme is enabled. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
Public PropertyHasStyleGets a value that indicates whether the 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 PropertyHoverDirectionGets or sets the direction of the hover effect.  
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 PropertyOffice2007StyleGets or sets which Microsoft Office 2007 color scheme is used when drawing the HeaderCell. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
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 PropertySelectedGets or sets a value that indicates whether this Cell is selected. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySelectionModeGets or sets a value that indicates which cells should be selected when clicking the HeaderCell.  
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 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 PropertyUseRealTransparentGets or sets a value indicating whether the header cell can display section's background gradient or image or other effect when the header cell's HeaderCell.FlatStyle property value is System.Windows.Forms.FlatStyle.Flat or System.Windows.Forms.FlatStyle.Popup and the background color is Transparent. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
Public PropertyUseVisualStyleBackColorGets or sets a value that indicates whether the background is drawn using visual styles, if supported. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
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.HeaderCell)
Public PropertyValueTypeGets or sets the type of 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 PropertyDefaultSizeOverridden. Gets 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. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodBringToFrontBrings the Cell to the front of the z-order. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodCloneCreates an exact copy of the HeaderCell. (Inherited from GrapeCity.Win.MultiRow.HeaderCell)
Public MethodCollapseCollapses the Cell horizontally. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  (Inherited from System.ComponentModel.Component)
Public MethodExpandExpands the Cell horizontally. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodGetContentBoundsRetrieves the cell's content boundary in the specified Row. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodHorizontalResizeResizes the cell programmatically in the horizontal direction. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInvalidateInvalidates the entire surface of the Cell and causes the Cell to be redrawn. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodPerformHorizontalAutoFitProgrammatically fits the cell's size to its content in the horizontal direction. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodPerformVerticalAutoFitProgrammatically fits the cell's size to its content in the vertical direction. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodSendBackwardSends the Cell backward in the z-order. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodSendToBackSends the Cell to the back of the z-order. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodToStringReturns a System.String that represents the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodValidateValidates this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public MethodVerticalResizeResizes the cell programmatically in the vertical direction. (Inherited from GrapeCity.Win.MultiRow.Cell)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetErrorTextRetrieves a string that represents the error for the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnCellFormattingRaises the GcMultiRow.CellFormatting event. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnCellParsingRaises the GcMultiRow.CellParsing event. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnClickRaises the GcMultiRow.CellClick event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnContentClickRaises the GcMultiRow.CellContentClick event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnContentDoubleClickRaises the GcMultiRow.CellContentDoubleClick event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnDoubleClickRaises the GcMultiRow.CellDoubleClick event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnEnterRaises the GcMultiRow.CellEnter event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnKeyDownRaises the events related to pressing the character keys. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnKeyPressRaises the events related to pressing the character keys. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnKeyUpRaises the events related to releasing the character keys. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnLeaveRaises the GcMultiRow.CellLeave event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnMouseClickRaises the GcMultiRow.CellContentClick, GcMultiRow.CellClick, and GcMultiRow.CellMouseClick events associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnMouseDoubleClickRaises the GcMultiRow.CellContentDoubleClick, GcMultiRow.CellDoubleClick, and GcMultiRow.CellMouseDoubleClick events associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnMouseDownRaises the GcMultiRow.CellMouseDown event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnMouseEnterRaises the GcMultiRow.CellMouseEnter event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnMouseLeaveRaises the GcMultiRow.CellMouseLeave event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnMouseMoveRaises the GcMultiRow.CellMouseMove event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnMouseUpRaises the GcMultiRow.CellMouseUp event associated with the GcMultiRow control. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnMouseWheelRaises the events related to the mouse wheel. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnPaintPaints the content of the cell for screen display and Rich style print. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected MethodOnPrintPrints the content of the cell for PrintStyle.Compact style. (Inherited from GrapeCity.Win.MultiRow.Cell)
Top
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

CornerHeaderCell Class
GrapeCity.Win.MultiRow Namespace
RowHeaderCell Class
ColumnHeaderCell Class
Cell Class

 

 


Copyright © GrapeCity, inc. All rights reserved.