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


In This Topic
    Focusable Property (Column)
    In This Topic
    Gets or sets whether the user can set focus to the column using the keyboard or mouse.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property Focusable As Boolean
    'Usage
     
    Dim instance As Column
    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 for cells in the column; otherwise, false. The default value is true.
    See Also