True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / DefaultSize Property

In This Topic
    DefaultSize Property (Frame)
    In This Topic
    Gets the default size of the control.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property DefaultSize As System.Drawing.Size
    protected override System.Drawing.Size DefaultSize {get;}

    Property Value

    The default System.Drawing.Size of the control.
    See Also