C1.Win.FlexGrid Namespace / C1FlexGridBase Class / AllowNodeCellCheck Property

In This Topic
AllowNodeCellCheck Property (C1FlexGridBase)
In This Topic
Gets or sets whether the user is allowed to change the state of the checkbox in a grid node.
Syntax
'Declaration
 
Public Property AllowNodeCellCheck As Boolean
 
Remarks
If you set AllowEditing to false, editing is disabled for the entire grid.
See Also