Intersoft WebGrid Documentation
TreatMarkupAsLiteralText Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : TreatMarkupAsLiteralText Property






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets whether markups such as HTML or XML should be treated as literal text.")>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property TreatMarkupAsLiteralText As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Boolean
 
instance.TreatMarkupAsLiteralText = value
 
value = instance.TreatMarkupAsLiteralText
C# 
[DescriptionAttribute("Gets or sets whether markups such as HTML or XML should be treated as literal text.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool TreatMarkupAsLiteralText {get; set;}
Delphi 
public read-write property TreatMarkupAsLiteralText: Boolean; 
JScript 
DescriptionAttribute("Gets or sets whether markups such as HTML or XML should be treated as literal text.")
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set TreatMarkupAsLiteralText : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets whether markups such as HTML or XML should be treated as literal text.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_TreatMarkupAsLiteralText();
public: __property void set_TreatMarkupAsLiteralText( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Gets or sets whether markups such as HTML or XML should be treated as literal text.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool TreatMarkupAsLiteralText {
   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.