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






Syntax

Visual Basic (Declaration) 
<WebCategoryAttribute("Layout")>
<WebSysDescriptionAttribute("Whether the content should wrap or not.")>
<DefaultValueAttribute()>
Public Overridable Property Wrap As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim value As Boolean
 
instance.Wrap = value
 
value = instance.Wrap
C# 
[WebCategoryAttribute("Layout")]
[WebSysDescriptionAttribute("Whether the content should wrap or not.")]
[DefaultValueAttribute()]
public virtual bool Wrap {get; set;}
Delphi 
public read-write property Wrap: Boolean; virtual; 
JScript 
WebCategoryAttribute("Layout")
WebSysDescriptionAttribute("Whether the content should wrap or not.")
DefaultValueAttribute()
public function get,set Wrap : boolean
Managed Extensions for C++ 
[WebCategoryAttribute("Layout")]
[WebSysDescriptionAttribute("Whether the content should wrap or not.")]
[DefaultValueAttribute()]
public: __property virtual bool get_Wrap();
public: __property virtual void set_Wrap( 
   bool value
);
C++/CLI 
[WebCategoryAttribute("Layout")]
[WebSysDescriptionAttribute("Whether the content should wrap or not.")]
[DefaultValueAttribute()]
public:
virtual property bool Wrap {
   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.