Xceed Grid for WinForms v4.3 Documentation
Height Property (MonthHeader)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > MonthHeader Class : Height Property
Gets or sets the height of the header.
Syntax
'Declaration
 
Public Property Height As Integer
'Usage
 
Dim instance As MonthHeader
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
public int Height {get; set;}

Property Value

A value representing the height of the header. By default, the height of the header will be adjusted to the header's font.
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

MonthHeader Class
MonthHeader Members