Version

GroupResolved Property

Returns the group which contains the column.
Syntax
'Declaration
 
Public ReadOnly Property GroupResolved As UltraGridGroup
public UltraGridGroup GroupResolved {get;}
Remarks

The containing group is determined differently depending on the UltraGridBand.RowLayoutStyle property. When RowLayoutStyle is None, then the Group property of the Column is used. When RowLayoutStyle is ColumnLayout, no grouping is supported and so this property always returns null. When RowLayoutStyle is set to GroupLayout, then the group is determined by the RowLayoutColumnInfo.ParentGroup property of the RowLayoutColumnInfo on the column.

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