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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : AllowDelete プロパティ
Gets or sets whether the grid should monitor the keyboard and handle the DEL key.
シンタックス
'宣言
 
Public Property AllowDelete As System.Boolean
public System.bool AllowDelete {get; set;}
解説

If this property is set to true, the user can delete rows by selecting them and then pressing the DEL key.

This property works in bound mode (if the data source supports deleting rows) and in unbound mode.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ