LookupGrid: final fix

This commit is contained in:
Jonathan Jenne 2021-02-18 15:47:52 +01:00
parent 22d32c4413
commit 2b7b444f92

View File

@ -52,7 +52,6 @@ Public Class RepositoryItemLookupControl3
Private _SelectedValues As New List(Of String)
Private _MultiSelect As Boolean = False
Private _ReadOnly As Boolean = False
Public Const CustomEditName As String = "LookupControl3"
Public Property AllowAddNewValues As Boolean