[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.DefaultSize

DefaultSize Property

DefaultSize

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the default size of the control.
Declaration
protected override Size DefaultSize { get; }
Protected Overrides ReadOnly Property DefaultSize As Size
Property Value
Type Description
Size

The default Size of the control.

Overrides
Remarks

The DefaultSize property represents the Size of the control when it is initially created. You can adjust the size of the control by setting its Size property value.