Click or drag to resize
CellControl Properties

The CellControl type exposes the following members.

Properties
  NameDescription
Public propertyDrawInactiveCell
Gets or sets a value indicating if you want the grid to draw inactive cell contents.
Public propertyGrid
Gets the GridControl with which this custom control is associated.
Public propertyProcessEnterKey
Gets or sets a value indicating if your custom control processes enter key events.
Public propertyProcessHorizontalArrows
Gets or sets a value indicating if your custom control processes horizontal arrow key events.
Public propertyProcessVerticalArrows
Gets or sets a value indicating if your custom control processes vertical arrow key events.
Public propertyUseCellStyle
Gets or sets a value that indicates whether the cell style from the grid should be applied to the custom control.
Top
See Also