GrapeCity MultiRow Windows Forms Documentation
EditMode Property


Gets or sets a value that indicates how to begin editing a cell.
Syntax
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates the mode that determines how cell editing is started.")>
<DefaultValueAttribute()>
<FeatureAttribute(Name="UIEdit", Version="v5.0")>
Public Property EditMode As EditMode
Dim instance As GcMultiRow
Dim value As EditMode
 
instance.EditMode = value
 
value = instance.EditMode
[SRCategory("Behavior")]
[SRDescription("Indicates the mode that determines how cell editing is started.")]
[DefaultValue()]
[Feature(Name="UIEdit", Version="v5.0")]
public EditMode EditMode {get; set;}

Property Value

A EditMode value that represents how to begin editing a cell. The default is EditMode.EditOnKeystrokeOrShortcutKey.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the EditMode values.
Remarks
All EditMode values except for EditMode.EditProgrammatically also allow a user to double-click a cell to begin editing it.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.