AllowNodeCellCheck Property (C1FlexGrid)
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
public bool AllowNodeCellCheck {get; set;}
See Also