'Declaration <DefaultValueAttribute(True)> Public Property Focusable As Boolean
'Usage Dim instance As Row Dim value As Boolean instance.Focusable = value value = instance.Focusable
[DefaultValue(true)] public bool Focusable {get; set;}
Property Value
true
if the user can set focus to cells in the row; otherwise, false
. The default value is true
.