C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : EditOptions Property |
'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); }
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