Version

UltraGrid Constructor

UltraGrid constructor. Initializes a new instance of UltraGrid.
Syntax
'Declaration
 
Public Function New()
public UltraGrid()
Remarks

The UltraGrid object represents the UltraWinGrid control itself. It occupies the top-most level of all control hierarchies. In the data hierarchy used by the control, bands, rows and cells are all child objects of the grid. Many of the properties that apply to an UltraGridBand object also apply to the grid. In addition, there are properties unique to the UltraGrid object, such as MaxColScrollRegions and MaxRowScrollRegions, which limit the number of column and row scrolling regions and affect all bands.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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