TcxCustomEditContainerItemOptions.TabStop Property
In This Article
Determines whether the end-user can focus an item by using the Tab key.
#Declaration
Delphi
property TabStop: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
If this property is set to True, end-users can press the Tab key to move focus to an item. Otherwise, the item can be focused only by a mouse click (if implemented).
The default value of the TabStop property is True.
See Also