'Declaration
Public Property InCellDropdown As Boolean
'Usage
Dim instance As DataValidation Dim value As Boolean instance.InCellDropdown = value value = instance.InCellDropdown
public bool InCellDropdown {get; set;}
Property Value
true
if display a dropdown combo box; otherwise, false
.