ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.8 Assembly / C1.Win.C1Sizer Namespace / Column Class / SizePercent Property

In This Topic
    SizePercent Property (Column)
    In This Topic
    Gets or sets the width of the Column as a percentage of the grid's width.
    Syntax
    'Declaration
     
    Protected Overrides Property SizePercent As System.Double
    protected override System.double SizePercent {get; set;}
    See Also