Click or drag to resize
GridControl Properties

The GridControl type exposes the following members.

Properties
  NameDescription
Public propertyAccelerateArrowKey
Sets scrolling speed of arrow keys.
Public propertyAccelerateScrollBars
Sets scrolling speed of scrollbar buttons.
Public propertydefault
Grid cell indexer, which allows to access grid cell objects.
Public propertyColCount
Gets or sets the number of columns for this grid.
Public propertyCurrentCell
Gets or sets the current cell for this grid.
Public propertyDefaultColWidth
Gets or sets the default value for the column width, in pixels.
Public propertyDefaultRowHeight
Gets or sets the default value for the row height, in pixels.
Public propertyEnableUndo
Gets or sets a value indicating whether the undo feature is enabled.
Public propertyFeatures
Gets a reference to the GridFeatures object associated with this GridControl object.
Public propertyFloatCells
Gets or sets the setting of floating cells.
Public propertyFrozenCols
Gets or sets the number of frozen columns in the grid.
Public propertyFrozenRows
Gets or sets the number of frozen rows in the grid.
Public propertyHeaderCols
Gets or sets the number of columns to be used as row headers.
Public propertyHeaderRows
Gets or sets the number of rows to be used as row headers.
Public propertyLeftCol
Gets the leftmost non-frozen column of the view.
Public propertyMergeCells
Gets or sets the setting for merging cells: enabled or disabled.
Public propertyNavigateInGrid
Indicates how navigation keys are handled.
Public propertyParam
Returns a reference to the Param object associated with this GridControl object.
Public propertyProperties
Gets a reference to the OGProperties object associated with this GridControl object.
Public propertyReadOnly
Gets or sets a value that indicates if this grid is read-only.
Public propertyRowCount
Gets or sets the number of rows for this grid.
Public propertyTopRow
Gets the index of the topmost scrollable row.
Public propertyZoom
Gets or sets the zooming factor of this grid as a percentage.
Top
See Also