Click or drag to resize
StyleAllowEnter Property
Gets or sets the Allow enter property.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool AllowEnter { get; set; }

Property Value

Type: Boolean
true if the edit control should insert a newline when the user presses ENTER; false if current cell should be positioned to the next cell.
See Also