Intersoft ClientUI Documentation
HeaderHeight Property (UXScheduleViewItemBase)



Gets or sets a value that determines the height of header element.
Syntax
<CategoryAttribute("Layout")>
Public Property HeaderHeight As Double
Dim instance As UXScheduleViewItemBase
Dim value As Double
 
instance.HeaderHeight = value
 
value = instance.HeaderHeight
[CategoryAttribute("Layout")]
public double HeaderHeight {get; set;}
[CategoryAttribute("Layout")]
public:
property double HeaderHeight {
   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

UXScheduleViewItemBase Class
UXScheduleViewItemBase Members

Send Feedback