EditCursor

[property icon] EditCursor

Changes the cursor to an edit/insertion carat

Runtime-only Boolean property

Applies to: Grid


>

EditCursor

This property is used to change the cursor to an insertion carat when the user is editing cells within a Grid control. For example:

 .GridControl1.EditCursor = TRUE

See also

Grid methods, properties and events.