Spread Silverlight Documentation
Focusable Property (StyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfo Class : Focusable Property
Gets or sets a value that indicates whether the user can set focus to the cell using the keyboard or mouse.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Overridable Property Focusable As System.Boolean
'Usage
 
Dim instance As StyleInfo
Dim value As System.Boolean
 
instance.Focusable = value
 
value = instance.Focusable
[System.ComponentModel.DefaultValue()]
public virtual System.bool Focusable {get; set;}
See Also

Reference

StyleInfo Class
StyleInfo Members