Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class / Focusable Property


In This Topic
    Focusable Property (FieldsEditorControl)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Focusable As Boolean
    'Usage
     
    Dim instance As FieldsEditorControl
    Dim value As Boolean
     
    instance.Focusable = value
     
    value = instance.Focusable
    public bool Focusable {get; set;}
    See Also