FlexGrid for WinForms
EditOptions Property



Gets or sets an EditFlags flags that affect the grid's editing behavior.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets flags that affect the grid's editing behavior.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1FlexGrid.Design.FlagEditor, C1.Win.C1FlexGrid.4.Design")>
Public Property EditOptions As EditFlags
'Usage
 
Dim instance As C1FlexGridBase
Dim value As EditFlags
 
instance.EditOptions = value
 
value = instance.EditOptions
[C1Description("Gets or sets flags that affect the grid's editing behavior.")]
[C1Category("Behavior")]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1FlexGrid.Design.FlagEditor, C1.Win.C1FlexGrid.4.Design")]
public EditFlags EditOptions {get; set;}
[C1Description("Gets or sets flags that affect the grid's editing behavior.")]
[C1Category("Behavior")]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1FlexGrid.Design.FlagEditor, C1.Win.C1FlexGrid.4.Design")]
public:
property EditFlags EditOptions {
   EditFlags get();
   void set (    EditFlags value);
}
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback