FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class / AllowEditing Property

In This Topic
    AllowEditing Property (Row)
    In This Topic
    Gets or sets whether cells on this row or column can be edited by the user.
    Syntax
    'Declaration
     
    
    Public Overridable Property AllowEditing As Boolean
    public virtual bool AllowEditing {get; set;}
    Remarks

    The grid object also has an AllowEditing property. If editing is disabled at the grid level, the user will not be able to edit any cells.

    If editing is allowed by the grid's AllowEditing property, then editing of individual rows and columns can still be disabled by setting this property to false.

    See Also