Intersoft WebGrid Documentation
ForceNoEdit Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : ForceNoEdit Property






Determines whether this row will be forced to not allow editing.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Determines whether this row will be forced to not allow editing.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ForceNoEdit As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As Boolean
 
instance.ForceNoEdit = value
 
value = instance.ForceNoEdit
C# 
[DescriptionAttribute("Determines whether this row will be forced to not allow editing.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool ForceNoEdit {get; set;}
Delphi 
public read-write property ForceNoEdit: Boolean; 
JScript 
DescriptionAttribute("Determines whether this row will be forced to not allow editing.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set ForceNoEdit : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Determines whether this row will be forced to not allow editing.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property bool get_ForceNoEdit();
public: __property void set_ForceNoEdit( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Determines whether this row will be forced to not allow editing.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property bool ForceNoEdit {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.