MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DisplayColumn Class / Width Property

In This Topic
    Width Property
    In This Topic
    Gets or sets the width of this column, in pixels (the value -1 represents the default column width).
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    public int Width {get; set;}
    See Also