_TableView.AllowInCellEditing Propiedad

Definición

Devuelve o establece un valor booleano (bool en C#) que determina si se permite la edición en celdas en el TableView objeto . Lectura y escritura.

public:
 property bool AllowInCellEditing { bool get(); void set(bool value); };
public bool AllowInCellEditing { get; set; }
Public Property AllowInCellEditing As Boolean

Valor de propiedad

Comentarios

Si esta propiedad se establece en True, la MultiLine propiedad del objeto TableView se establece automáticamente en olAlwaysSingleLine.

Se aplica a