Intersoft ClientUI Documentation
ItemHeight Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > IGridPanel Interface : ItemHeight Property






Gets or sets the height of the item.

Syntax

Visual Basic (Declaration) 
Property ItemHeight As Double
Visual Basic (Usage)Copy Code
Dim instance As IGridPanel
Dim value As Double
 
instance.ItemHeight = value
 
value = instance.ItemHeight
C# 
double ItemHeight {get; set;}
Delphi 
read-write property ItemHeight: Double; 
JScript 
function get,set ItemHeight : double
Managed Extensions for C++ 
__property double get_ItemHeight();
__property void set_ItemHeight( 
   double value
);
C++/CLI 
property double ItemHeight {
   double get();
   void set (    double 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 All Rights Reserved.