Intersoft ClientUI Documentation
ContentHeight Property (UXGridViewDetailsPresenter)



Gets or sets the height of the content.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ContentHeight As Double
Dim instance As UXGridViewDetailsPresenter
Dim value As Double
 
instance.ContentHeight = value
 
value = instance.ContentHeight
[CategoryAttribute("Common Properties")]
public double ContentHeight {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double ContentHeight {
   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

UXGridViewDetailsPresenter Class
UXGridViewDetailsPresenter Members

Send Feedback