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

In This Topic
    DefaultColumnWidth Property
    In This Topic
    Gets or sets the default width of the columns.
    Syntax
    'Declaration
     
    Public Property DefaultColumnWidth As GridLength
    public GridLength DefaultColumnWidth {get; set;}
    See Also