BrightIdeasSoftware.ObjectListView.ClearPersistentCheckState C# (CSharp) Method

ClearPersistentCheckState() protected method

Forget any persistent checkbox state
protected ClearPersistentCheckState ( ) : void
return void
        protected virtual void ClearPersistentCheckState()
        {
            this.CheckStateMap = null;
        }
ObjectListView