Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / Focusable Property


In This Topic
    Focusable Property (StyleInfo)
    In This Topic
    Gets or sets a value that indicates whether the user can set focus to the cell using the keyboard or mouse.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Overridable Property Focusable As Boolean
    'Usage
     
    Dim instance As StyleInfo
    Dim value As Boolean
     
    instance.Focusable = value
     
    value = instance.Focusable
    [DefaultValue(true)]
    public virtual bool Focusable {get; set;}
    See Also