FlexGrid for WinForms
AllowEditing Property (RowCol)



Gets or sets whether cells on this row or column can be edited by the user.
Syntax
'Declaration
 
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("Gets or sets whether cells on this row or column can be edited by the user.")>
<DefaultValueAttribute()>
Public Overridable Property AllowEditing As Boolean
'Usage
 
Dim instance As RowCol
Dim value As Boolean
 
instance.AllowEditing = value
 
value = instance.AllowEditing
[C1Category("Behavior")]
[C1Description("Gets or sets whether cells on this row or column can be edited by the user.")]
[DefaultValue()]
public virtual bool AllowEditing {get; set;}
[C1Category("Behavior")]
[C1Description("Gets or sets whether cells on this row or column can be edited by the user.")]
[DefaultValue()]
public:
virtual property bool AllowEditing {
   bool get();
   void set (    bool value);
}
Remarks

The grid object also has an AllowEditing property. If editing is disabled at the grid level, the user will not be able to edit any cells.

If editing is allowed by the grid's AllowEditing property, then editing of individual rows and columns can still be disabled by setting this property to false.

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

RowCol Class
RowCol Members

 

 


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

Send Feedback