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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether the column header text should be wrapped when the column width is not sufficient to show the text. ")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property HeaderWrapDefault As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.HeaderWrapDefault = value
 
value = instance.HeaderWrapDefault
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the column header text should be wrapped when the column width is not sufficient to show the text. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool HeaderWrapDefault {get; set;}
Delphi 
public read-write property HeaderWrapDefault: Boolean; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies whether the column header text should be wrapped when the column width is not sufficient to show the text. ")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set HeaderWrapDefault : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the column header text should be wrapped when the column width is not sufficient to show the text. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_HeaderWrapDefault();
public: __property void set_HeaderWrapDefault( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the column header text should be wrapped when the column width is not sufficient to show the text. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool HeaderWrapDefault {
   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.