FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / EditOptions Property

In This Topic
    EditOptions Property (C1FlexGrid)
    In This Topic
    Gets or sets an EditFlags flags that affect the grid's editing behavior.
    Syntax
    'Declaration
     
    
    Public Property EditOptions As EditFlags
    public EditFlags EditOptions {get; set;}
    Remarks
    The default value for this property is EditFlags.All, which enables all editing options. See the EditFlags enumeration for a list of options available.
    See Also