[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.ExitOnLastChar

ExitOnLastChar Property

ExitOnLastChar

Gets or sets whether or not the next control in the tab order receives the focus as soon as the control is filled at the last character. This is a dependency property.

Declaration
public bool ExitOnLastChar { get; set; }
Public Property ExitOnLastChar As Boolean
Property Value
Type Description
bool

true if the focus is moved to the next tab ordering control as soon as the control is filled at the last character defined by the input control; otherwise, false.
The default is false.

Remarks

The input focus will move to the next control when the last inputted char caused the text exceeds the capability of the control.