FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / Width Property

In This Topic
    Width Property (Column)
    In This Topic
    Gets or sets the width of this column, in pixels (set to GridLength.Auto to use the default width).
    Syntax
    'Declaration
     
    Public Property Width As GridLength
    public GridLength Width {get; set;}
    See Also