ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / C1Sizer Class / Grid Property

In This Topic
    Grid Property (C1Sizer)
    In This Topic
    Returns a reference to a Grid object that contains the layout information for the C1Sizer control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Grid As Grid
    public Grid Grid {get;}
    Remarks

    The Grid object contains collections of bands (Row and Column objects) that determine how the control adjusts its internal layout when it is resized.

    All controls contained in a C1Sizer control are attached to specific bands in the Grid object.

    See Also