SMART datagrid v.1 > Classes > DataColumn

Back  Forward

DataLudi.DataColumn.button  property

データセルの右側に表示するボタンの種類。 

CellButton定数で指定する。 ボタンの表示の方式は[[#.buttonVisibility]プロパティーで指定する。 

デフォルト値はCellButton.NONE.

Getter
function button(): CellButton
Setter
function setButton(value: CellButton)
See Also
buttonVisibility
CellButton
Examples
カラムポップアップメニュー
DataCell Buttons