/// <summary> /// 全选清除 /// </summary> public void CursorClearSelectAll() { if (_owner.IsSelectAll) { _masker.ClearAfterSelectAll(); } }