ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / Column Class / Width Property

In This Topic
    Width Property
    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