BrightIdeasSoftware.ObjectListView.DeselectAll C# (CSharp) Method

DeselectAll() public method

Deselect all rows in the listview
public DeselectAll ( ) : void
return void
        public virtual void DeselectAll()
        {
            NativeMethods.DeselectAllItems(this);
        }
ObjectListView