DropDownList Property (C1DisplayColumn)
In This Topic
Gets or sets a value indicating whether the dropdown acts like a dropdown list (text portion is not editable).
Syntax
'Declaration
Public Property DropDownList As System.Boolean
public System.bool DropDownList {get; set;}
See Also