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






Gets or sets the maximum height for this column.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the maximum height for this column.")>
Public Property MaxHeight As Unit
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Unit
 
instance.MaxHeight = value
 
value = instance.MaxHeight
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the maximum height for this column.")]
public Unit MaxHeight {get; set;}
Delphi 
public read-write property MaxHeight: Unit; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the maximum height for this column.")
public function get,set MaxHeight : Unit
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the maximum height for this column.")]
public: __property Unit get_MaxHeight();
public: __property void set_MaxHeight( 
   Unit value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the maximum height for this column.")]
public:
property Unit MaxHeight {
   Unit get();
   void set (    Unit 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.