Intersoft WebGrid Documentation
IsReadOnly Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartSeriesMarkerCollection Class : IsReadOnly Property






Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property IsReadOnly As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartSeriesMarkerCollection
Dim value As Boolean
 
value = instance.IsReadOnly
C# 
public override bool IsReadOnly {get;}
Delphi 
public read-only property IsReadOnly: Boolean; override; 
JScript 
public override function get IsReadOnly : boolean
Managed Extensions for C++ 
public: __property bool get_IsReadOnly() override;
C++/CLI 
public:
property bool IsReadOnly {
   bool get() override;
}

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.