GrapeCity.Xaml.SpreadSheet.Data
Focusable Property (StyleInfo)


GrapeCity.Xaml.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
 
<DefaultValueAttribute()>
Public Overridable Property Focusable As Boolean
'Usage
 
Dim instance As StyleInfo
Dim value As Boolean
 
instance.Focusable = value
 
value = instance.Focusable
[DefaultValue()]
public virtual bool Focusable {get; set;}
See Also

Reference

StyleInfo Class
StyleInfo Members