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

In This Topic
    DefaultRowHeaderColumnWidth Property
    In This Topic
    Gets or sets the default width of the columns used to display row headers.
    Syntax
    'Declaration
     
    Public Property DefaultRowHeaderColumnWidth As GridLength
    public GridLength DefaultRowHeaderColumnWidth {get; set;}
    See Also