GrapeCity MultiRow Windows Forms Documentation
GrapeCity.Win.MultiRow Namespace
Inheritance Hierarchy
Provides the namespaces for component functionality.
Classes
 ClassDescription
ClassAction Provides the base implementation for the IAction interface and implements basic logic for all GcMultiRow actions. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
ClassActionList Represents a list of IActions; each action in the list is executed one by one.
ClassAppearanceActionBase Represents a special CellValidateAction implementation that displays UI elements on the validating Cell. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
ClassAutoFilterToolStripItem Represents the auto generated items in HeaderDropDownContextMenu.
ClassBorder Represents a rectangular border. The class stores four Line objects for each side and two Line objects for the diagonal.
ClassBorderBase Defines the base class for borders of a Cell or a Section. This is an abstract base class of Border, RoundedBorder, and ThreeDBorder. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
ClassButtonCell Represents a Cell that displays a button-like user interface (UI) which can be used in the GcMultiRow control.
ClassButtonCellBase Represents a special Cell that looks like a button. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
ClassButtonCommandContext Represents the executing context of IButtonCommand.
ClassCalculationContext Represents a context state when calculating in GcMultiRow.
ClassCell Represents an individual cell in a GcMultiRow control.
ClassCellAutoFitPreferredSizeNeededEventArgs Provides data for GcMultiRow.CellAutoFitPreferredSizeNeeded event.
ClassCellBeginEditEventArgs Provides data for the GcMultiRow.CellBeginEdit event of the GcMultiRow control.
ClassCellCancelEventArgs Provides data for the GcMultiRow.RowValidating event.
ClassCellCollection Represents a collection of cells in a Section.
ClassCellContextMenuStripNeededEventArgs Provides data for the GcMultiRow.CellContextMenuStripNeeded event.
ClassCellEditedFormattedValueChangedEventArgs Provides data for the GcMultiRow.CellEditedFormattedValueChanged event.
ClassCellEndEditEventArgs Provides data for the GcMultiRow.CellEndEdit event of the GcMultiRow control.
ClassCellErrorTextNeededEventArgs Provides data for the GcMultiRow.CellErrorTextNeeded event of the GcMultiRow control.
ClassCellEventArgs Provides data for the cell related events.
ClassCellFormattingEventArgs Provides data for the GcMultiRow.CellFormatting event of the GcMultiRow control.
ClassCellKeyEventArgs Provides data for the keyboard related events of the GcMultiRow control.
ClassCellKeyPressEventArgs Provides data for the System.Windows.Forms.Control.KeyPress event raised by a GcMultiRow control whenever a key is pressed while the focus is on a Cell.
ClassCellMouseEventArgs Provides data for relative mouse events.
ClassCellMoveEventArgs Provides data for some events, which occur when the current cell is changed.
ClassCellNote Represents a Cell note, and the note's appearance can be customized.
ClassCellNoteEditingControl Represents the hosted System.Windows.Forms.TextBox control in a CellNote.
ClassCellNoteStyle Represents the formatting and style information applied to a CellNote.
ClassCellPaintingEventArgs Provides data for the GcMultiRow.CellPainting event of a GcMultiRow control.
ClassCellParsingEventArgs Provides data for the GcMultiRow.CellParsing event of the GcMultiRow control.
ClassCellResizeCompletingEventArgs Provides data for the GcMultiRow.CellResizeCompleting event.
ClassCellStyle Represents the formatting and style information applied to individual cells within a GcMultiRow control.
ClassCellStyleCollection Represents a collection of CellStyles. This class cannot be inherited.
ClassCellStyleContentChangedEventArgs Provides data for the GcMultiRow.CellStyleContentChanged event.
ClassCellStyleNotify Represents a special AppearanceActionBase that displays the InvalidCellStyle on the validating Cell if the validation fails.
ClassCellToolTipTextNeededEventArgs Provides data for the GcMultiRow.CellToolTipTextNeeded event of a GcMultiRow control.
ClassCellTouchToolBarNeededEventArgs Provides data for the GcMultiRow.CellTouchToolBarNeeded event.
ClassCellValidateAction Provides the capability to execute certain actions if a Cell value fails to validate. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
ClassCellValidateInfoNeededEventArgs Provides data for the GcMultiRow.CellValidateInfoNeeded event.
ClassCellValidatingEventArgs Provides data for the GcMultiRow.CellValidating event of the GcMultiRow control.
ClassCellValidator Validates a Cell value according to specified conditions, and performs a CellValidateAction when the validation fails. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
ClassCellValueEventArgs Provides data for the GcMultiRow.CellValueNeeded and GcMultiRow.CellValuePushed events of the GcMultiRow control.
ClassCheckBoxCell Represents a Cell that displays a check box user interface (UI) to use in the GcMultiRow control.
ClassClipboardOperationEventArgs Provides data for the GcMultiRow.ClipboardOperating event of the GcMultiRow control.
ClassColumn Represents a column with same cell index in GcMultiRow's row section.
ClassColumnCollection Represents a collection of columns in a GcMultiRow.
ClassColumnEventArgs Provides data for the column-related events of the GcMultiRow control.
ClassColumnFooterSection Represents a section in the bottom panel of a GcMultiRow control.
ClassColumnFooterSectionCollection Represents a ColumnFooterSection collection.
ClassColumnHeaderCell Represents a Cell that can be used to perform sort and filter operations in addition to the functions provided by HeaderCell.
ClassColumnHeaderSection Represents a section in the top panel of a GcMultiRow control.
ClassColumnHeaderSectionCollection Represents a ColumnHeaderSection collection.
ClassCombinedCellStyle Represents a special CellStyle that combines several cell style effects to generate a new CellStyle object. This class cannot be inherited.
ClassComboBoxCell Represents a Cell that displays a combo box user interface in a GcMultiRow control.
ClassComboBoxCell.ObjectCollection Represents the collection of selection choices in a ComboBoxCell.
ClassComboBoxEditingControl Represents the hosted combo box control in a ComboBoxCell class.
ClassCompareCellValidator Represents a special CompareValueBaseValidator that validates whether the specified value and target Cell's value meet the given comparison criteria.
ClassCompareStringValidator Represents a special CompareStringValidator that validates that the specified value matches the compared string using the CompareStringValidatorOperator.
ClassCompareValueBaseValidator Represents a special CellValidator implementation that validates whether the specified and compared values satisfy the given comparison relationship. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
ClassCompareValueValidator Represents a special CompareValueBaseValidator that validates whether the specified value and the ComparedValue meet the given comparison criteria.
ClassComponentActions Each property in the SelectionActions class is an IAction interface that is an action related to GcMultiRow's focus management. This is a %[LangWord]static class% and so cannot be inherited or instantiated.
ClassConditionalCellStyle Represents a special CellStyle that can customize the style using the specified condition. This class cannot be inherited.
ClassConditionalCellStyleItem Represents a condition that when matched by a Cell, applies the specified CellStyle to the Cell.
ClassConditionalCellStyleItemCollection Represents the ConditionalCellStyleItem collection. This class cannot be inherited.
ClassCornerHeaderCell Represents a Cell that is used to select all the cells.
ClassDataErrorEventArgs Provides data for the GcMultiRow.DataError event of the GcMultiRow control.
ClassDateTimePickerCell Represents a Cell that allows the user to select a date and a time and displays the date and time with a specified format.
ClassDateTimePickerEditingControl Represents the hosted date time picker control in a DateTimePickerCell.
ClassDefaultTouchToolBar Represents a default MultiRowTouchToolBar, which provides the cut, copy, paste, and clear items.
ClassDomainUpDownCell Represents a Cell that displays and sets a text string from a list of choices. The user can select the string by clicking up and down buttons to move through a list, by pressing the up and down arrow keys, or by typing a string that matches an item in the list.
ClassDomainUpDownCell.ObjectCollection Represents the collection of items in a DomainUpDownCell.
ClassDomainUpDownEditingControl Represents the hosted System.Windows.Forms.DomainUpDown control in a DomainUpDownCell.
ClassDropDownAutoFilterItem Represents the automatically generated items in HeaderDropDownList. This class cannot be inherited.
ClassDropDownBlanksFilterItem Represents a "Blanks" filter item in the HeaderDropDownList.
ClassDropDownButtonImages Represents a DropDownButtonImages that contains the images used to draw on dropdown button.
ClassDropDownCustomFilterItem Represents an item used for custom filter logic in HeaderDropDownList.
ClassDropDownItem Represents an item in the HeaderDropDownList class.
ClassDropDownItemCollection Represents a collection of DropDownItem objects for GcMultiRow.
ClassDropDownItemNeededEventArgs Provides data for the DropDownAutoFilterItem.DropDownItemNeeded event of the DropDownAutoFilterItem object.
ClassDropDownNonBlanksFilterItem Represents a "NonBlanks" item in HeaderDropDownList.
ClassDropDownSeparatorItem Represents a separator line in HeaderDropDownList.
ClassDropDownShowAllFilterItem Represents a "Show All" filter item in the HeaderDropDownList.
ClassDropDownSortItem Represents a "Sort Ascending" or "Sort Descending" item in the ColumnHeaderCell.
ClassDynamicCellStyle Represents a special CellStyle that is used to customize a CellStyle under the DynamicCellStyleContext class.
ClassDynamicCellStyleContext Provides context information for customizing a DynamicCellStyle object.
ClassEditingActions Each property in the SelectionActions class is an IAction interface that is the action related to GcMultiRow's editing. This is a %[LangWord]static class% and so cannot be inherited or instantiated.
ClassEditingControlShowingEventArgs Provides data for the GcMultiRow.EditingControlShowing event of the GcMultiRow control.
ClassEncodingValidator Represents a special EncodingValidator that validates the text can be encoded by the specified encoding.
ClassExcludeListValidator Represents a special CellValidator that validates whether the specified value does not exist in the given Candidates list.
ClassExpression Represents a special calculation capability, that treats an expression string as the calculation strategy and uses this strategy to calculate the corresponding result. This class cannot be inherited.
ClassFilteringTextBoxCell Represents a special TextBoxCell that supports filtering of the specified Cells in all Rows using a specified condition.
ClassFilterTreeNode Represents a FilterTreeNode.
ClassFilterTreeNodeEntry Represents a data package used to determine a FilterTreeNode.
ClassFocusProcess Represents a special CellValidateAction that keeps the focus on the validating Cell when validation fails.
ClassFormActionButtonCommands Represents a series of IButtonCommand actions related to printing GcMultiRow and closing System.Windows.Forms.Form.
ClassGcMultiRow Represents a System.Windows.Forms.Control that displays data in a customizable grid based on a free layout.
ClassHeaderCell Represents a Cell that is used to select and resize cells.
ClassHeaderDropDownContextMenu A HeaderDropDownContextMenu that can be used for filtering.
ClassHeaderDropDownList Represents a container of DropDownItems. It can be shown as a window when clicking the drop-down button of ColumnHeaderCell.
ClassHitTestInfo Contains information about part of the GcMultiRow control at a specified coordinate. This class cannot be inherited.
ClassIconNotify Represents a special AppearanceActionBase that displays an error icon for the validating Cell when validation fails.
ClassImageCell Represents a Cell that displays an image in a GcMultiRow control.
ClassIncludeListValidator Represents a special CellValidator that validates whether the specified value exists in the given Candidates list.
ClassLabelCell Represents a Cell that is used to display read-only text.
ClassLineNotify Represents a special AppearanceActionBase that displays an underline in the validating Cell when validation fails.
ClassLinkLabelCell Represents a Cell that contains a hyperlink.
ClassListBoxCell Represents a Cell that allows the user to select a single item from a list.
ClassListBoxCell.ObjectCollection Represents the collection of selection choices in a ListBoxCell.
ClassListBoxEditingControl Represents the hosted ListBox control in a ListBoxCell.
ClassListCell Represents a Cell class that allows the user to select a single item from a list.
ClassListLabelCell Represents a Cell that displays a list of objects in a bulleted format.
ClassListLabelCell.ObjectCollection Represents the collection of selection choices in a ListLabelCell.
ClassMaskedTextBoxCell Represents a Cell that uses a mask to determine valid user input.
ClassMaskedTextBoxEditingControl Represents the hosted System.Windows.Forms.MaskedTextBox control in a MaskedTextBoxCell.
ClassMathStatistics Represents a special calculation capability, that calculates specified Cell values in all rows with the StatisticsType property. This class cannot be inherited.
ClassMessageBoxNotify Represents a special CellValidateAction that can display a message when cell validating fails.
ClassMultiRowBindingCompleteEventArgs Provides data for the GcMultiRow.DataBindingComplete event of the GcMultiRow control.
ClassMultiRowFlatButtonAppearance Represents the appearance of the ButtonCell, CheckBoxCell, or other Cell that is similar to a button where the FlatStyle property is System.Windows.Forms.FlatStyle.Flat.
ClassMultiRowTouchToolBar Represents the MultiRowTouchToolBar for GcMultiRow.
ClassNamedCellStyle Represents a special CellStyle that can define a cell style with the name. This class cannot be inherited.
ClassNamedCellStyleDictionary Represents a NamedCellStyle dictionary that stores CellStyleName/CellStyle pairs. This class cannot be inherited.
ClassNamedObjectCollection<T> Represents the strongly typed INamedObject object collection.
ClassNavigationButtonCommands Represents a series of IButtonCommand objects related to the navigation action.
ClassNewCellPositionNeededEventArgs Provides data for the GcMultiRow.NewCellPositionNeeded event.
ClassNewRowAlternateText Indicates the alternate text and the text's style of new row when the new row is not current row.
ClassNumericUpDownCell Represents a Cell that allows the user to select or input numeric values and to display these values with a specified format.
ClassNumericUpDownEditingControl Represents the hosted System.Windows.Forms.NumericUpDown control in a NumericUpDownCell object.
ClassOvalShapeRenderer Represents a specific ShapeRenderer class that is used to paint an oval shape.
ClassPairChar Represents a character pair.
ClassPairCharValidator Represents a special CellValidator that validates whether the specifed value matches the given PairChars.
ClassPentagonShapeRenderer Represents a specific ShapeRenderer class that is used to paint a pentagon shape.
ClassPopupCell Represents a Cell that can display a customized System.Windows.Forms.CommonDialog or System.Windows.Forms.Form. You can edit the common dialog or form and, after that, the edited result is displayed in the PopupCell's text frame.
ClassPopupEditingControl Represents the hosted System.Windows.Forms.ContainerControl control in a PopupCell, that displays a System.Windows.Forms.CommonDialog or System.Windows.Forms.Form to edit the value.
ClassPrintInfoCell Represents a Cell that displays current printing information when printing.
ClassPrintSettings Represents the printing settings.
ClassProgressBarCell Represents a Cell that displays the progress state.
ClassQueryCellMergeStateEventArgs Provides data for GcMultiRow.QueryCellMergeState event.
ClassRadioGroupCell Represents a Cell that allows the user to select a single option from a group of choices.
ClassRadioGroupCell.StringCollection Represents the collection of items in a RadioGroupCell.
ClassRangeValidator Represents a special CellValidator that validates whether the specified value is between the range specified by MinValue and MaxValue.
ClassRectangleShapeRenderer Represents a specific ShapeRenderer class that used to paint a rectangle shape.
ClassRegularExpressionValidator Represents a special CellValidator that validates whether the specifed value matches the given regular expression.
ClassRequiredFieldValidator Represents a special CellValidator class that can validate whether the specified value is not a null reference (Nothing in Visual Basic).
ClassRequiredTypeValidator Represents a special CellValidator class that validates whether the specified value's System.Type is equal to the RequiredType.
ClassResizeTipTextNeededEventArgs Provides data for the GcMultiRow.ResizeTipTextNeeded event.
ClassRichTextBoxCell Represents a Cell that displays and edits rich text information in a GcMultiRow control.
ClassRichTextBoxEditingControl Represents a hosted System.Windows.Forms.RichTextBox control that can be hosted in a RichTextBoxCell.
ClassRoundedBorder Represents a rounded corner rectangle border. The class stores four Line objects for each side and four Line objects for each corner.
ClassRoundedRectangleShapeRenderer Represents a specific ShapeRenderer class that is used to paint a rounded rectangle shape.
ClassRow Represents a row in the content area of a GcMultiRow control.
ClassRowActionButtonCommands Represents a series of IButtonCommand objects related to the row action.
ClassRowCancelEventArgs Provides data for the GcMultiRow.UserDeletingRow event of the GcMultiRow control.
ClassRowCollection Represents a collection of Rows.
ClassRowErrorTextNeededEventArgs Provides data for the GcMultiRow.RowErrorTextNeeded event of the GcMultiRow control.
ClassRowEventArgs Provides data for the row related events of the GcMultiRow control.
ClassRowHeaderCell Represents a Cell that can be used to show the indicator and error information of the owner Row in addition to the functions provided by the HeaderCell class.
ClassRowsAddedEventArgs Provides data for the GcMultiRow control GcMultiRow.RowsAdded event.
ClassRowsAddingEventArgs Provides data for the GcMultiRow.RowsAdding event of the GcMultiRow control.
ClassRowsRemovedEventArgs Provides data for the GcMultiRow.RowsRemoved event of the GcMultiRow control.
ClassRowsRemovingEventArgs Provides data for the GcMultiRow.RowsRemoving event of the GcMultiRow control.
ClassScrollActions Each property in the SelectionActions class is an IAction interface that is an action related to GcMultiRow's scrolling. This is a %[LangWord]static class% and so cannot be inherited or instantiated.
ClassScrollTipTextNeededEventArgs Provides data for the GcMultiRow.ScrollTipTextNeeded event of the GcMultiRow control.
ClassSection Represents a linear collection of elements in a GcMultiRow control. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
ClassSectionContextMenuStripNeededEventArgs Provides data for the GcMultiRow.SectionContextMenuStripNeeded event.
ClassSectionEventArgs Provides data for the section-related events of the GcMultiRow control.
ClassSectionPaintingEventArgs Provides data for the GcMultiRow.SectionPainting event of the GcMultiRow control.
ClassSectionTouchToolBarNeededEventArgs Provides data for the GcMultiRow.SectionTouchToolBarNeeded event.
ClassSelectedCellCollection Represents a collection of cells that are selected in a GcMultiRow control.
ClassSelectedRowCollection Represents a collection of selected rows in a GcMultiRow control.
ClassSelectionActions Each property of the SelectionActions class is an IAction interface that is the action relative to GcMultiRow's selection. This is a %[LangWord]static class% and so cannot be inherited or instantiated.
ClassShapeCell Represents a cell that can display a rich style and different shaped border.
ClassShapeRenderer Provides a shape renderer that is used by ShapeCell to paint different shape borders and help ShapeCell clip its mouse message. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
ClassShortcutKeyManager Represents a manager which manages all the ShortcutKey settings for the GcMultiRow control.
ClassShowAllToolStripItem Represents a "Clear Filter" filter item in HeaderDropDownContextMenu.
ClassSortCompareEventArgs Provides data for the GcMultiRow.SortCompare event.
ClassSortItem Represents information about sorting. This class cannot be inherited.
ClassSortToolStripItem Represents a "Sort Ascending" or "Sort Descending" item in the HeaderDropDownContextMenu.
ClassSoundNotify Represents a special CellValidateAction that plays a specified system sound when validation fails.
ClassSummaryCell Represents a Cell that is used to display calculation or statistical results.
ClassSurrogateCharValidator Represents a special CellValidator that validates whether the specified value exists in surrogate characters.
ClassTemplate Represents the template for GcMultiRow.
ClassTextBoxCell Represents a Cell that displays editing text information in a GcMultiRow control.
ClassTextBoxEditingControl Represents the hosted System.Windows.Forms.TextBox control in a TextBoxCell.
ClassTextLengthValidator Represents a special TextLengthValidator that validates the length of the specified value in the given LengthUnit.
ClassThreeDBorder Represents a three-dimensional border effect. This class stores a ThreeDEffect object and colors for the effect. This class cannot be inherited.
ClassThreeStateIconNotify Represents a special CellValidateAction that can display a valid icon or invalid icon when cell validating succeeds or fails.
ClassTipNotify Represents a special CellValidateAction that shows a tool tip for the validating Cell when validation fails.
ClassTouchToolBarButton Represents a ToolStripButton for a touch device.
ClassTrackBarCell Represents a scrollable Cell that visually displays a range.
ClassTrapezoidShapeRenderer Represents a specific ShapeRenderer class that is used to paint a trapezoid shape.
ClassValidateActionCollection Represents a CellValidateAction collection.
ClassValidateActionContext Provides relative context information when the CellValidateAction executes.
ClassValidateContext Provides relative context information in the CellValidator.
ClassValidatorCollection Represents a CellValidator collection.
ClassValueProcess Represents a special CellValidateAction that processes the value when validation failed.
Interfaces
 InterfaceDescription
InterfaceIAction Defines an action that is bound to a specific key or key combination in GcMultiRow.
InterfaceIButtonCommand Implements an action that is executed when the owner ButtonCell is clicked.
InterfaceICalculation Defines an interface that calculates the specified cell value.
InterfaceICustomTextBullet Implements a way of generating the customized bulleted text.
InterfaceICustomWordWrapProvider This interface indicates the text word and MultiRow will try to keep the word together when using word wrap.
InterfaceIEditingCell Defines common functionality for a cell that allows the manipulation of its value.
InterfaceIEditingControl Defines common functionality for controls that are hosted within cells of a GcMultiRow control.
InterfaceIFilteringCell Defines common functionality for a Cell that can filter other cells from all rows by the specified value.
InterfaceINamedObject Represents an object with an Name.
InterfaceITextAdjustmentProvider This interface can help the user customize the text distribution when drawing text.
Structures
 StructureDescription
StructureCellPosition Represents a cell position in a GcMultiRow control.
StructureFreezeLines Represents all the frozen lines of the GcMultiRow control.
StructureGradientEffect Represents the GradientEffect structure.
StructureLine Represents a Border, RoundedBorder, or FreezeLines line.
StructurePageBreakLines Represents the page break line's color and style in GcMultiRow.
StructureShortcutKey Represents a shortcut key. A ShortcutKey has a special key-set and a corresponding IAction. When the key-set is pressed, the Action occurs.
StructureSplitStyle Represents the split line's style.
StructureWordWrapUnit Represents the word in specific text.
Delegates
 DelegateDescription
DelegateDynamicCellStyleConditionHandler Represents a method that returns a CellStyle with the specified DynamicCellStyleContext.
Enumerations
 EnumerationDescription
EnumerationAutoFitContent Specifies which cells is resized when double-clicking the cell's edges or calling the PerformAutoFit method.
EnumerationAutoGenerateGridTemplateStyles Specifies which elements are contained in the new template.
EnumerationBeginEditReason Specifies how a user starts cell editing in the GcMultiRow control.
EnumerationBoundaryFeedbackMode Specifies how GcMultiRow reacts when the manipulation has gone beyond certain boundaries.
EnumerationBulletStyle Indicates the style of bullet.
EnumerationCellButtonVisibility Specifies how to show the side button on a cell.
EnumerationCellNoteDisplayMode Specifies the mode that determines how the CellNote is shown.
EnumerationCellNoteLineStyle Specifies the style of CellNote border lines.
EnumerationCellScope Specifies which GcMultiRow scope the cell is in.
EnumerationCellStyleScopes Specifies the GcMultiRow entity that owns the cell style that was changed.
EnumerationClipboardCopyMode Specifies the header cell's copy policy.
EnumerationClipboardOperation Specifies which clipboard operation is supported.
EnumerationCompareStringValidatorOperator Defines the operators which are used to compare strings.
EnumerationConditionalCellStyleOperator Defines operators that are used to customize a ConditionalCellStyle.
EnumerationDataErrorContexts Represents the state of a data bound GcMultiRow control when a data error occurs.
EnumerationEditMode Specifies the mode that determines how cell editing is started in GcMultiRow.
EnumerationEndEditReason Specifies how a user has ended edit mode.
EnumerationFilterComparisonOperator Specifies how to compare values between normal cell text and FilteringTextBoxCell text when filtering.
EnumerationFixDirection Specifies which side is fixed when a cell performs an automatic fit action.
EnumerationGradientDirection Specifies the direction of a linear gradient.
EnumerationGradientStyle Specifies the linear gradient style.
EnumerationGutterStyles Specifies how the gutter is shown on the HeaderCell when a theme is enabled.
EnumerationHitTestType Specifies a location in a GcMultiRow control.
EnumerationHorizontalAutoSizeMode Specifies which cells are resized to fit the cell's content automatically.
EnumerationHorizontalScrollTipAlignment Specifies the position of the displayed horizontal scroll tip.
EnumerationHoverDirection Specifies the direction of the hover effect in the HeaderCell.
EnumerationImageCellLayout Specifies the layout for an image contained in a ImageCell.
EnumerationImeSentenceMode Specifies how the IME handles sentences.
EnumerationInputDeviceType Indicates the input device type.
EnumerationInputScopeNameValue Specifies the input scope name which modifies how input from alternative input methods is interpreted.
EnumerationLastRowPosition Specifies the position of the last row in GcMultiRow when scrolling.
EnumerationLayoutMode Specifies how the GcMultiRow control lays out its sections.
EnumerationLengthUnit Defines the units that are used to validate the text length.
EnumerationLineAdjustment Specifies how to adjust the layout of mulitple text lines in the vertical direction.
EnumerationLineStyle Specifies the border lines style.
EnumerationMergedCellsSelectionMode Specifies how to select and edit the merged cell.
EnumerationMouseWheelScroll Specifies which control processes the mouse wheel event when the user uses the mouse wheel.
EnumerationMoveStatus Specifies which status causes the current cell changes.
EnumerationMultiRowComboBoxStyle Specifies the ComboBoxCell style.
EnumerationMultiRowContentAlignment Specifies the content alignment on the drawing surface.
EnumerationMultiRowElementStates Specifies the user interface (UI) state of an element within a GcMultiRow control.
EnumerationMultiRowEllipsisMode Specifies how to display the ellipsis string for the Cell when there is not enough space to paint the text.
EnumerationMultiRowHatchStyle Specifies the different patterns available when painting a Cell or Section.
EnumerationMultiRowImageLayout Specifies the position of the image on the cell.
EnumerationMultiRowPanningMode Specifies how GcMultiRow reacts to touch manipulation.
EnumerationMultiRowPrintRange Specifies which rows of the GcMultiRow control are printed.
EnumerationMultiRowProgressBarStyle Specifies the style that a ProgressBarCell cell uses to indicate the progress of an operation.
EnumerationMultiRowSelectionMode Specifies how to select the GcMultiRow's cell or sections when clicking a HeaderCell.
EnumerationMultiRowTextImageRelation Specifies the position of the text and image relative to each other on a cell.
EnumerationMultiRowTriState Defines values for specifying one of three possible states.
EnumerationNewRowPosition Specifies the position of new row.
EnumerationOffice2007Style Specifies an Office 2007 appearance in different color schemes.
EnumerationPagingMode Specifies how to separate all Rows in each printed page.
EnumerationPrintFooter Specifies how to print the column footers.
EnumerationPrintHeader Specifies how to print the column headers.
EnumerationPrintOrder Specifies how to print the sections when PagingMode is PagingMode.MultiColumns mode.
EnumerationPrintStyle Specifies the printing style.
EnumerationProgressBarFillDirection Specifies the fill direction of the progress bar.
EnumerationRenderSelectionMode Indicates how to paint the selection effect for disabled and unselectable cells.
EnumerationResizeMode Specifies the resize direction of the Cell.
EnumerationScrollBarMode Specifies how the System.Windows.Forms.ScrollBar is shown.
EnumerationScrollMode Specifies the scroll style for the GcMultiRow control.
EnumerationScrollOnThumbTrack Specifies which direction and when the GcMultiRow scroll bar is scrolled when dragging the thumb button of the horizontal or vertical System.Windows.Forms.ScrollBar.
EnumerationShapeDirection Specifies the rotated direction when painting a shape.
EnumerationShapeLineStyle Specifies the style of the shape border lines.
EnumerationSizeMode Indicates how a picture should be sized within the content area.
EnumerationSortMode Specifies the sort mode for the ColumnHeaderCell.
EnumerationSplitMode Specifies which direction the split line can be used in.
EnumerationStatisticsType Specifies the statistics type used to compute the SummaryCell's value.
EnumerationSummaryCellValueCachePolicy Specifies the policy that determines how the MathStatistics calculation of the summary cell caches values.
EnumerationSystemSoundType Specifies a system sound type which relates to a System.Media.SystemSound.
EnumerationTextAdjustment Specifies how to adjust the layout of multiple text lines in the horizontal direction.
EnumerationTextEffect Specifies the effect of how the text is drawn on a graphics surface, such as Flat, 3D, and so on.
EnumerationThreeDEffect Specifies the 3D effect of the border.
EnumerationValidateComparisonOperator Specifies the binary operations between the target value and the compared value when validating a cell.
EnumerationValidateReasons Specifies the reasons that cause a CellValidateAction to execute.
EnumerationValueProcessOption Defines the options that are used by ValueProcess.
EnumerationVerticalScrollTipAlignment Specifies the position where the vertical scroll tip is shown.
EnumerationViewMode Specifies the mode that determines how the cell and row can be selected in GcMultiRow.
See Also

Reference

GrapeCity.Win.MultiRow Assembly

 

 


Copyright © GrapeCity, inc. All rights reserved.