ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewItemView Class / IsFocused Property

In This Topic
    IsFocused Property
    In This Topic
    Gets whether the control is focused.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property IsFocused As Boolean
    public new bool IsFocused {get;}
    See Also