PowerWEB LiveControls for ASP.NET
ReadOnly Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveBoundColumn Class : ReadOnly Property



Gets or sets a value that indicates whether the items in the LiveBoundColumn can be edited.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("BoundColumn ReadOnly")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Overridable Property ReadOnly As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveBoundColumn
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly
C# 
[DescriptionAttribute("BoundColumn ReadOnly")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public virtual bool ReadOnly {get; set;}
C++/CLI 
[DescriptionAttribute("BoundColumn ReadOnly")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public:
virtual property bool ReadOnly {
   bool get();
   void set (    bool value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.BoundColumn.ReadOnly.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.