'Declaration <DefaultValueAttribute(True)> Public Property TabStop As Boolean
[DefaultValue(true)] public bool TabStop {get; set;}
Property Value
true
if the user can set focus to the cell using the Tab key; otherwise, false
. The default value is true
.