Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / CanFocus Property


In This Topic
    CanFocus Property (AlternatingRow)
    In This Topic
    Gets or sets whether the user can set focus to the cell using the keyboard or mouse for cells in this row.
    Syntax
    'Declaration
     
    
    Public Property CanFocus As Boolean
    'Usage
     
    
    Dim instance As AlternatingRow
    Dim value As Boolean
     
    instance.CanFocus = value
     
    value = instance.CanFocus
    public bool CanFocus {get; set;}
    See Also