Ext.Net.MultiSelectionModel.Unselect C# (CSharp) Method

Unselect() private method

private Unselect ( string nodeId ) : void
nodeId string
return void
        public virtual void Unselect(string nodeId)
        {
            this.Call("unselect", new JRawValue(this.ClientID.ConcatWith(".getNodeById(", JSON.Serialize(nodeId), ")")));
        }
    }