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






Gets or sets whether this column is an auto width column.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets whether this column is an auto width column.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property IsAutoWidth As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Boolean
 
instance.IsAutoWidth = value
 
value = instance.IsAutoWidth
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether this column is an auto width column.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool IsAutoWidth {get; set;}
Delphi 
public read-write property IsAutoWidth: Boolean; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets whether this column is an auto width column.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set IsAutoWidth : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether this column is an auto width column.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_IsAutoWidth();
public: __property void set_IsAutoWidth( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether this column is an auto width column.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool IsAutoWidth {
   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.