ASP.NET Core MVC コントロールヘルプ
ShowDropDown メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : ShowDropDown メソッド
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.
シンタックス
'宣言
 
Public Overridable Function ShowDropDown( _
   ByVal value As System.Boolean _
) As TBuilder
public virtual TBuilder ShowDropDown( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
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.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ