Intersoft ClientUI Documentation
RowHeight Property



Gets or sets the standard height of rows in the control.
Syntax
<CategoryAttribute("Layout")>
Public Property RowHeight As Double
Dim instance As UXGridView
Dim value As Double
 
instance.RowHeight = value
 
value = instance.RowHeight
[CategoryAttribute("Layout")]
public double RowHeight {get; set;}
[CategoryAttribute("Layout")]
public:
property double RowHeight {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback