Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WeekDaysHeader Class / Height Property


In This Topic
    Height Property (WeekDaysHeader)
    In This Topic
    Gets or sets the height of the header.
    Syntax
    'Declaration
     
    Public Property Height As Integer
    'Usage
     
    Dim instance As WeekDaysHeader
    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