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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Gets or sets a value that specifies the HTML rendering behavior applied in this control.")>
<NotifyParentPropertyAttribute(True)>
Public Overridable Property RenderingMode As ISNet.WebUI.RenderMode
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As ISNet.WebUI.RenderMode
 
instance.RenderingMode = value
 
value = instance.RenderingMode
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Gets or sets a value that specifies the HTML rendering behavior applied in this control.")]
[NotifyParentPropertyAttribute(true)]
public virtual ISNet.WebUI.RenderMode RenderingMode {get; set;}
Delphi 
public read-write property RenderingMode: ISNet.WebUI.RenderMode; virtual; 
JScript 
DefaultValueAttribute()
CategoryAttribute("Behavior")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Gets or sets a value that specifies the HTML rendering behavior applied in this control.")
NotifyParentPropertyAttribute()
public function get,set RenderingMode : ISNet.WebUI.RenderMode
Managed Extensions for C++ 
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Gets or sets a value that specifies the HTML rendering behavior applied in this control.")]
[NotifyParentPropertyAttribute(true)]
public: __property virtual ISNet.WebUI.RenderMode get_RenderingMode();
public: __property virtual void set_RenderingMode( 
   ISNet.WebUI.RenderMode value
);
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Gets or sets a value that specifies the HTML rendering behavior applied in this control.")]
[NotifyParentPropertyAttribute(true)]
public:
virtual property ISNet.WebUI.RenderMode RenderingMode {
   ISNet.WebUI.RenderMode get();
   void set (    ISNet.WebUI.RenderMode 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.