Click or drag to resize

MccGridView Properties

The MccGridView type exposes the following members.

Properties
  NameDescription
Public propertyAccessibilityObject
Gets the AccessibleObject assigned to the control.
(Inherited from Control.)
Public propertyAccessibleDefaultActionDescription
Gets or sets the default action description of the control for use by accessibility client applications.
(Inherited from Control.)
Public propertyAccessibleDescription
Gets or sets the description of the control used by accessibility client applications.
(Inherited from Control.)
Public propertyAccessibleName
Gets or sets the name of the control used by accessibility client applications.
(Inherited from Control.)
Public propertyAccessibleRole
Gets or sets the accessible role of the control
(Inherited from Control.)
Public propertyAdjustedTopLeftHeaderBorderStyle
Gets the border style for the upper-left cell in the DataGridView.
(Inherited from DataGridView.)
Public propertyAdvancedCellBorderStyle
Gets the border style of the cells in the DataGridView.
(Inherited from DataGridView.)
Public propertyAdvancedColumnHeadersBorderStyle
Gets the border style of the column header cells in the DataGridView.
(Inherited from DataGridView.)
Public propertyAdvancedRowHeadersBorderStyle
Gets the border style of the row header cells in the DataGridView.
(Inherited from DataGridView.)
Public propertyAllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
(Inherited from Control.)
Public propertyAllowUserToAddRows
Gets or sets a value indicating whether the option to add rows is displayed to the user.
(Inherited from DataGridView.)
Public propertyAllowUserToDeleteRows
Gets or sets a value indicating whether the user is allowed to delete rows from the DataGridView.
(Inherited from DataGridView.)
Public propertyAllowUserToOrderColumns
Gets or sets a value indicating whether manual column repositioning is enabled.
(Inherited from DataGridView.)
Public propertyAllowUserToResizeColumns
Gets or sets a value indicating whether users can resize columns.
(Inherited from DataGridView.)
Public propertyAllowUserToResizeRows
Gets or sets a value indicating whether users can resize rows.
(Inherited from DataGridView.)
Public propertyAlternatingRowsDefaultCellStyle
Gets or sets the default cell style applied to odd-numbered rows of the DataGridView.
(Inherited from DataGridView.)
Public propertyAnchor
Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
(Inherited from Control.)
Public propertyAutoGenerateColumns
Gets or sets a value indicating whether columns are created automatically when the DataSource or DataMember properties are set.
(Inherited from DataGridView.)
Public propertyAutoScrollOffset
Gets or sets where this control is scrolled to in ScrollControlIntoView(Control).
(Inherited from Control.)
Public propertyAutoSize (Inherited from DataGridView.)
Public propertyAutoSizeColumnsMode
Gets or sets a value indicating how column widths are determined.
(Inherited from DataGridView.)
Public propertyAutoSizeRowsMode
Gets or sets a value indicating how row heights are determined.
(Inherited from DataGridView.)
Public propertyBackgroundColor
Gets or sets the background color of the DataGridView.
(Inherited from DataGridView.)
Public propertyBindingContext
Gets or sets the BindingContext for the control.
(Inherited from Control.)
Public propertyBorderStyle
Gets or sets the border style for the DataGridView.
(Inherited from DataGridView.)
Public propertyBottom
Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
(Inherited from Control.)
Public propertyBounds
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
(Inherited from Control.)
Protected propertyCanEnableIme
Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support.
(Inherited from DataGridView.)
Public propertyCanFocus
Gets a value indicating whether the control can receive focus.
(Inherited from Control.)
Protected propertyCanRaiseEvents
Determines if events can be raised on the control.
(Inherited from Control.)
Public propertyCanSelect
Gets a value indicating whether the control can be selected.
(Inherited from Control.)
Public propertyCapture
Gets or sets a value indicating whether the control has captured the mouse.
(Inherited from Control.)
Public propertyCausesValidation
Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.
(Inherited from Control.)
Public propertyCellBorderStyle
Gets the cell border style for the DataGridView.
(Inherited from DataGridView.)
Public propertyClientRectangle
Gets the rectangle that represents the client area of the control.
(Inherited from Control.)
Public propertyClientSize
Gets or sets the height and width of the client area of the control.
(Inherited from Control.)
Public propertyClipboardCopyMode
Gets or sets a value that indicates whether users can copy cell text values to the Clipboard and whether row and column header text is included.
(Inherited from DataGridView.)
Public propertyColumnCount
Gets or sets the number of columns displayed in the DataGridView.
(Inherited from DataGridView.)
Public propertyColumnHeadersBorderStyle
Gets the border style applied to the column headers.
(Inherited from DataGridView.)
Public propertyColumnHeadersDefaultCellStyle
Gets or sets the default column header style.
(Inherited from DataGridView.)
Public propertyColumnHeadersHeight
Gets or sets the height, in pixels, of the column headers row
(Inherited from DataGridView.)
Public propertyColumnHeadersHeightSizeMode
Gets or sets a value indicating whether the height of the column headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers.
(Inherited from DataGridView.)
Public propertyColumnHeadersVisible
Gets or sets a value indicating whether the column header row is displayed.
(Inherited from DataGridView.)
Public propertyColumns
Gets a collection that contains all the columns in the control.
(Inherited from DataGridView.)
Public propertyCompanyName
Gets the name of the company or creator of the application containing the control.
(Inherited from Control.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContainsFocus
Gets a value indicating whether the control, or one of its child controls, currently has the input focus.
(Inherited from Control.)
Public propertyContextMenu
Gets or sets the shortcut menu associated with the control.
(Inherited from Control.)
Public propertyContextMenuStrip
Gets or sets the ContextMenuStrip associated with this control.
(Inherited from Control.)
Public propertyControls
Gets the collection of controls contained within the control.
(Inherited from Control.)
Public propertyCreated
Gets a value indicating whether the control has been created.
(Inherited from Control.)
Protected propertyCreateParams
Gets the required creation parameters when the control handle is created.
(Inherited from Control.)
Public propertyCurrentCell
Gets or sets the currently active cell.
(Inherited from DataGridView.)
Public propertyCurrentCellAddress
Gets the row and column indexes of the currently active cell.
(Inherited from DataGridView.)
Public propertyCurrentRow
Gets the row containing the current cell.
(Inherited from DataGridView.)
Public propertyCursor
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
(Inherited from Control.)
Public propertyDataBindings
Gets the data bindings for the control.
(Inherited from Control.)
Public propertyDataMember
Gets or sets the name of the list or table in the data source for which the DataGridView is displaying data.
(Inherited from DataGridView.)
Public propertyDataSource
Gets or sets the data source that the DataGridView is displaying data for.
(Inherited from DataGridView.)
Public propertyDefaultCellStyle
Gets or sets the default cell style to be applied to the cells in the DataGridView if no other cell style properties are set.
(Inherited from DataGridView.)
Protected propertyDefaultCursor
Gets or sets the default cursor for the control.
(Inherited from Control.)
Protected propertyDefaultImeMode
Gets the default Input Method Editor (IME) mode supported by the control.
(Inherited from Control.)
Protected propertyDefaultMargin
Gets the space, in pixels, that is specified by default between controls.
(Inherited from Control.)
Protected propertyDefaultMaximumSize
Gets the length and height, in pixels, that is specified as the default maximum size of a control.
(Inherited from Control.)
Protected propertyDefaultMinimumSize
Gets the length and height, in pixels, that is specified as the default minimum size of a control.
(Inherited from Control.)
Protected propertyDefaultPadding
Gets the internal spacing, in pixels, of the contents of a control.
(Inherited from Control.)
Protected propertyDefaultSize
Gets the default initial size of the control.
(Inherited from DataGridView.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyDisplayRectangle
Gets the rectangle that represents the display area of the control.
(Inherited from DataGridView.)
Public propertyDisposing
Gets a value indicating whether the base Control class is in the process of disposing.
(Inherited from Control.)
Public propertyDock
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
(Inherited from Control.)
Protected propertyDoubleBuffered
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
(Inherited from Control.)
Public propertyEditingControl
Gets the control hosted by the current cell, if a cell with an editing control is in edit mode.
(Inherited from DataGridView.)
Public propertyEditingPanel
Gets the panel that contains the EditingControl.
(Inherited from DataGridView.)
Public propertyEditMode
Gets or sets a value indicating how to begin editing a cell.
(Inherited from DataGridView.)
Public propertyEnabled
Gets or sets a value indicating whether the control can respond to user interaction.
(Inherited from Control.)
Public propertyEnableHeadersVisualStyles
Gets or sets a value indicating whether row and column headers use the visual styles of the user's current theme if visual styles are enabled for the application.
(Inherited from DataGridView.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFirstDisplayedCell
Gets or sets the first cell currently displayed in the DataGridView; typically, this cell is in the upper left corner.
(Inherited from DataGridView.)
Public propertyFirstDisplayedScrollingColumnHiddenWidth
Gets the width of the portion of the column that is currently scrolled out of view..
(Inherited from DataGridView.)
Public propertyFirstDisplayedScrollingColumnIndex
Gets or sets the index of the column that is the first column displayed on the DataGridView.
(Inherited from DataGridView.)
Public propertyFirstDisplayedScrollingRowIndex
Gets or sets the index of the row that is the first row displayed on the DataGridView.
(Inherited from DataGridView.)
Public propertyFocused
Gets a value indicating whether the control has input focus.
(Inherited from Control.)
Public propertyFont
Gets or sets the font of the text displayed by the DataGridView.
(Inherited from DataGridView.)
Protected propertyFontHeight
Gets or sets the height of the font of the control.
(Inherited from Control.)
Public propertyForeColor
Gets or sets the foreground color of the DataGridView.
(Inherited from DataGridView.)
Public propertyGridColor
Gets or sets the color of the grid lines separating the cells of the DataGridView.
(Inherited from DataGridView.)
Public propertyHandle
Gets the window handle that the control is bound to.
(Inherited from Control.)
Public propertyHasChildren
Gets a value indicating whether the control contains one or more child controls.
(Inherited from Control.)
Public propertyHeight
Gets or sets the height of the control.
(Inherited from Control.)
Protected propertyHorizontalScrollBar
Gets the horizontal scroll bar of the control.
(Inherited from DataGridView.)
Public propertyHorizontalScrollingOffset
Gets or sets the number of pixels by which the control is scrolled horizontally.
(Inherited from DataGridView.)
Public propertyImeMode
Gets or sets the Input Method Editor (IME) mode of the control.
(Inherited from Control.)
Protected propertyImeModeBase
Gets or sets the IME mode of a control.
(Inherited from Control.)
Public propertyInvokeRequired
Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.
(Inherited from Control.)
Public propertyIsAccessible
Gets or sets a value indicating whether the control is visible to accessibility applications.
(Inherited from Control.)
Public propertyIsCurrentCellDirty
Gets a value indicating whether the current cell has uncommitted changes.
(Inherited from DataGridView.)
Public propertyIsCurrentCellInEditMode
Gets a value indicating whether the currently active cell is being edited.
(Inherited from DataGridView.)
Public propertyIsCurrentRowDirty
Gets a value indicating whether the current row has uncommitted changes.
(Inherited from DataGridView.)
Public propertyIsDisposed
Gets a value indicating whether the control has been disposed of.
(Inherited from Control.)
Public propertyIsHandleCreated
Gets a value indicating whether the control has a handle associated with it.
(Inherited from Control.)
Public propertyIsMirrored
Gets a value indicating whether the control is mirrored.
(Inherited from Control.)
Public propertyItem[Int32, Int32]
Provides an indexer to get or set the cell located at the intersection of the column and row with the specified indexes.
(Inherited from DataGridView.)
Public propertyItem[String, Int32]
Provides an indexer to get or set the cell located at the intersection of the row with the specified index and the column with the specified name.
(Inherited from DataGridView.)
Public propertyLayoutEngine
Gets a cached instance of the control's layout engine.
(Inherited from Control.)
Public propertyLeft
Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.
(Inherited from Control.)
Public propertyLocation
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
(Inherited from Control.)
Public propertyMargin
Gets or sets the space between controls.
(Inherited from Control.)
Public propertyMaximumSize
Gets or sets the size that is the upper limit that GetPreferredSize(Size) can specify.
(Inherited from Control.)
Public propertyMinimumSize
Gets or sets the size that is the lower limit that GetPreferredSize(Size) can specify.
(Inherited from Control.)
Public propertyMultiSelect
Gets or sets a value indicating whether the user is allowed to select more than one cell, row, or column of the DataGridView at a time.
(Inherited from DataGridView.)
Public propertyName
Gets or sets the name of the control.
(Inherited from Control.)
Public propertyNewRowIndex
Gets the index of the row for new records.
(Inherited from DataGridView.)
Public propertyPadding
Gets or sets padding within the control.
(Inherited from Control.)
Public propertyParent
Gets or sets the parent container of the control.
(Inherited from Control.)
Public propertyPreferredSize
Gets the size of a rectangular area into which the control can fit.
(Inherited from Control.)
Public propertyProductName
Gets the product name of the assembly containing the control.
(Inherited from Control.)
Public propertyProductVersion
Gets the version of the assembly containing the control.
(Inherited from Control.)
Public propertyReadOnly
Gets or sets a value indicating whether the user can edit the cells of the DataGridView control.
(Inherited from DataGridView.)
Public propertyRecreatingHandle
Gets a value indicating whether the control is currently re-creating its handle.
(Inherited from Control.)
Public propertyRegion
Gets or sets the window region associated with the control.
(Inherited from Control.)
Protected propertyRenderRightToLeft Obsolete.
This property is now obsolete.
(Inherited from Control.)
Protected propertyResizeRedraw
Gets or sets a value indicating whether the control redraws itself when resized.
(Inherited from Control.)
Public propertyRight
Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
(Inherited from Control.)
Public propertyRightToLeft
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
(Inherited from Control.)
Public propertyRowCount
Gets or sets the number of rows displayed in the DataGridView.
(Inherited from DataGridView.)
Public propertyRowHeadersBorderStyle
Gets or sets the border style of the row header cells.
(Inherited from DataGridView.)
Public propertyRowHeadersDefaultCellStyle
Gets or sets the default style applied to the row header cells.
(Inherited from DataGridView.)
Public propertyRowHeadersVisible
Gets or sets a value indicating whether the column that contains row headers is displayed.
(Inherited from DataGridView.)
Public propertyRowHeadersWidth
Gets or sets the width, in pixels, of the column that contains the row headers.
(Inherited from DataGridView.)
Public propertyRowHeadersWidthSizeMode
Gets or sets a value indicating whether the width of the row headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers.
(Inherited from DataGridView.)
Public propertyRows
Gets a collection that contains all the rows in the DataGridView control.
(Inherited from DataGridView.)
Public propertyRowsDefaultCellStyle
Gets or sets the default style applied to the row cells of the DataGridView.
(Inherited from DataGridView.)
Public propertyRowTemplate
Gets or sets the row that represents the template for all the rows in the control.
(Inherited from DataGridView.)
Protected propertyScaleChildren
Gets a value that determines the scaling of child controls.
(Inherited from Control.)
Public propertyScrollBars
Gets or sets the type of scroll bars to display for the DataGridView control.
(Inherited from DataGridView.)
Public propertySelectedCells
Gets the collection of cells selected by the user.
(Inherited from DataGridView.)
Public propertySelectedColumns
Gets the collection of columns selected by the user.
(Inherited from DataGridView.)
Public propertySelectedRows
Gets the collection of rows selected by the user.
(Inherited from DataGridView.)
Public propertySelectionMode
Gets or sets a value indicating how the cells of the DataGridView can be selected.
(Inherited from DataGridView.)
Public propertyShowCellErrors
Gets or sets a value indicating whether to show cell errors.
(Inherited from DataGridView.)
Public propertyShowCellToolTips
Gets or sets a value indicating whether or not ToolTips will show when the mouse pointer pauses on a cell.
(Inherited from DataGridView.)
Public propertyShowEditingIcon
Gets or sets a value indicating whether or not the editing glyph is visible in the row header of the cell being edited.
(Inherited from DataGridView.)
Protected propertyShowFocusCues
Gets a value indicating whether the control should display focus rectangles.
(Inherited from Control.)
Protected propertyShowKeyboardCues
Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.
(Inherited from Control.)
Public propertyShowRowErrors
Gets or sets a value indicating whether row headers will display error glyphs for each row that contains a data entry error.
(Inherited from DataGridView.)
Public propertySite
Gets or sets the site of the control.
(Inherited from Control.)
Public propertySize
Gets or sets the height and width of the control.
(Inherited from Control.)
Public propertySortedColumn
Gets the column by which the DataGridView contents are currently sorted.
(Inherited from DataGridView.)
Public propertySortOrder
Gets a value indicating whether the items in the DataGridView control are sorted in ascending or descending order, or are not sorted.
(Inherited from DataGridView.)
Public propertyStandardTab
Gets or sets a value indicating whether the TAB key moves the focus to the next control in the tab order rather than moving focus to the next cell in the control.
(Inherited from DataGridView.)
Public propertyTabIndex
Gets or sets the tab order of the control within its container.
(Inherited from Control.)
Public propertyTabStop
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
(Inherited from Control.)
Public propertyTag
Gets or sets the object that contains data about the control.
(Inherited from Control.)
Public propertyTop
Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.
(Inherited from Control.)
Public propertyTopLeftHeaderCell
Gets or sets the header cell located in the upper left corner of the DataGridView control.
(Inherited from DataGridView.)
Public propertyTopLevelControl
Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in.
(Inherited from Control.)
Public propertyUserSetCursor
Gets the default or user-specified value of the Cursor property.
(Inherited from DataGridView.)
Public propertyUseWaitCursor
Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
(Inherited from Control.)
Protected propertyVerticalScrollBar
Gets the vertical scroll bar of the control.
(Inherited from DataGridView.)
Public propertyVerticalScrollingOffset
Gets the number of pixels by which the control is scrolled vertically.
(Inherited from DataGridView.)
Public propertyVirtualMode
Gets or sets a value indicating whether you have provided your own data-management operations for the DataGridView control.
(Inherited from DataGridView.)
Public propertyVisible
Gets or sets a value indicating whether the control and all its child controls are displayed.
(Inherited from Control.)
Public propertyWidth
Gets or sets the width of the control.
(Inherited from Control.)
Top
See Also