ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / ColumnHeaderHeight Property

In This Topic
    ColumnHeaderHeight Property (C1DataGrid)
    In This Topic
    Gets or sets the height in pixels of all the column headers.
    Syntax
    'Declaration
     
    
    Public Property ColumnHeaderHeight As Double
    public double ColumnHeaderHeight {get; set;}
    See Also