FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid 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
    public bool AllowNodeCellCheck {get; set;}
    Remarks
    If you set AllowEditing to false, editing is disabled for the entire grid.
    See Also