ComponentOne ASP.NET MVC Controls
ShowDropDown Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : ShowDropDown Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.ShowDropDown. Sets a value that indicates whether the grid adds drop-down buttons to the cells in columns that have the ShowDropDown property set to true.
Syntax
'Declaration
 
Public Overridable Function ShowDropDown( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder ShowDropDown( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The drop-down buttons are shown only on columns that have a DataMap set and are 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

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members