Version

Group Property (ColumnHeader)

Returns the UltraGridGroup object that the object is associated with. This property is not available at design-time.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Group As UltraGridGroup
public override UltraGridGroup Group {get;}
Remarks

The Group property of an object refers to a specific group of columns in the grid as defined by an UltraGridGroup object. You use the Group property to access the properties of a specified Group object, or to return a reference to a Group object. A Group is a group of columns that appear together in the grid, and can be resized, moved or swapped together as a unit. Columns in the same group share a group header, and can be arranged into a multi-row layout within the group, with different columns occupying different vertical levels within a single row of data. Groups also help with the logical arrangement of columns within the grid.

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