DVXP TEdit.NET 3.0

TableEditor.EditInGridType Enumeration

Speficies how editing inside grid cells behaves

[Visual Basic]
Public Enum TableEditor.EditInGridType
[C#]
public enum TableEditor.EditInGridType

Members

Member NameDescription
EditInForm Edits don't take place inside the grid cells but in a separate edit form. This mode allows to edit cells that are not visible in the grid.
EditInCells Edit controls are placed inside the cells of the grid. Only cells that are visibleInGrid can be edited.

Requirements

Namespace: DVXP.DXTableEditor

Assembly: DVXP.DXTableEditor (in DVXP.DXTableEditor.dll)

See Also

DVXP.DXTableEditor Namespace