C1.Win.FlexGrid 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
 
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