Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / ColumnHeadersHeight Property


In This Topic
    ColumnHeadersHeight Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("DataGridView_ColumnHeadersHeightDescr")>
    Public Property ColumnHeadersHeight As System.Integer
    'Usage
     
    
    Dim instance As NDataGridView
    Dim value As System.Integer
     
    instance.ColumnHeadersHeight = value
     
    value = instance.ColumnHeadersHeight
    [SRCategory("CatAppearance")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("DataGridView_ColumnHeadersHeightDescr")]
    public System.int ColumnHeadersHeight {get; set;}
    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