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

In This Topic
    IsCursor Property
    In This Topic
    Specifies whether the item is the cursor.
    Syntax
    'Declaration
     
    Public Property IsCursor As Boolean
    public bool IsCursor {get; set;}
    See Also