GrapeCity MultiRow Windows Forms Documentation
DefaultSize Property (ColumnHeaderCell)


Gets the default size of the cell.
Syntax
Protected Overrides ReadOnly Property DefaultSize As Size
Dim instance As ColumnHeaderCell
Dim value As Size
 
value = instance.DefaultSize
protected override Size DefaultSize {get;}

Property Value

A System.Drawing.Size that represents the default size of the cell. The value is always Size(80,20).
Remarks
The DefaultSize property represents the System.Drawing.Size of the cell when it is initially created. You can adjust the size of the cell by setting its Size property value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnHeaderCell Class
ColumnHeaderCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.