Gets or sets a value that indicates how to begin editing a cell.
<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.
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