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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : AllowEditing プロパティ
Gets or sets whether the user is allowed to edit grid contents.
シンタックス
'宣言
 
Public Property AllowEditing As System.Boolean
public System.bool AllowEditing {get; set;}
解説

If you set AllowEditing to false, editing is disabled for the entire grid.

To enable editing on some rows and columns, set AllowEditing to true for the grid and set the RowCol.AllowEditing or RowCol.AllowEditing properties to false for the rows and columns that should not be editable.

You can also disable editing of specific cells by handling the BeforeEdit event and setting the Cancel event parameter to true.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ