Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateEraYearField Class / IsFocused Property


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