FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / DefaultColumnHeaderRowHeight Property

In This Topic
    DefaultColumnHeaderRowHeight Property
    In This Topic
    Gets or sets the default height of the rows used to display column headers.
    Syntax
    'Declaration
     
    Public Property DefaultColumnHeaderRowHeight As GridLength
    public GridLength DefaultColumnHeaderRowHeight {get; set;}
    See Also