Version

FieldGroup Property

Returns a reference to the FieldGroup associated with this event, or null if this event is not associated with any FieldGroup.
Syntax
'Declaration
 
Public ReadOnly Property FieldGroup As FieldGroup
public FieldGroup FieldGroup {get;}
Remarks

In the case where the associated DataPresenterBase-derived control has grouped columns, this event occurs when the label for a column group is exported.

When this property returns a reference to a FieldGroup, the CellExportingEventArgsBase.Field property returns null. If this event is not associated with a group, this property returns null.

Requirements

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