ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / GridColumn Class / Width Property

In This Topic
    Width Property (GridColumn)
    In This Topic
    Element width. Set to -1 to let the element calculate it automatically.
    Syntax
    'Declaration
     
    Public Shadows Property Width As System.Integer
    public new System.int Width {get; set;}
    See Also