FlexPivot for WinForms
ShowButtons プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : ShowButtons プロパティ
Gets or sets when to display combo buttons in cells.
シンタックス
'宣言
 
Public Property ShowButtons As ShowButtonsEnum
public ShowButtonsEnum ShowButtons {get; set;}
解説

By default, the grid will show editing buttons in cells only when they have the focus. This is the same behavior used by the System.Windows.Forms.PropertyGrid control.

This property affects only rendering of cells and do not affect appearance of editor.

If you set ShowButtons to ShowButtonsEnum.Always, the grid will display buttons on any cells that have associated lists, even if they don't have the focus.

For details on how to associate lists with cells, see the ComboList, RowCol.ComboList, and RowCol.DataMap properties.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ