ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / AllowNodeCellCheck Property

In This Topic
    AllowNodeCellCheck Property (C1FlexPivotGrid)
    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 C1.Win.C1FlexGrid.C1FlexGridBase.AllowEditing to false, editing is disabled for the entire grid.
    See Also