[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.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.

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

If this property is set to true, when user input to the end of GcMask, the keyboard focus will be set to the next control automatically.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of bool.