ComponentOne ASP.NET MVC Controls
ShowDropDown Property (ColumnBase)

C1.Web.Mvc Namespace > ColumnBase Class : ShowDropDown Property
Gets or sets a value indicating whether the grid adds drop-down buttons to the cells in this column.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property ShowDropDown As Boolean
[DefaultValue(true)]
public bool ShowDropDown {get; set;}
Remarks
The drop-down buttons are shown only if the column has a DataMap set and is editable. Clicking on the drop-down buttons causes the grid to show a list where users can select the value for the cell.
See Also

Reference

ColumnBase Class
ColumnBase Members