Version

GetUIElement Method (GalleryToolItemGroup)

Gets the Infragistics.Win.UIElement which displays the group in the specified context.
Syntax
'Declaration
 
Public Function GetUIElement( _
   ByVal galleryInstance As PopupGalleryTool, _
   ByVal groupLocation As GalleryArea _
) As Infragistics.Win.UIElement
public Infragistics.Win.UIElement GetUIElement( 
   PopupGalleryTool galleryInstance,
   GalleryArea groupLocation
)

Parameters

galleryInstance
The instance of the gallery where the group is being displayed.
groupLocation
The gallery area where the group is being displayed.

Return Value

The Infragistics.Win.UIElement which is displaying the group or null if the group is not displayed in the specified context.
Exceptions
ExceptionDescription
System.ArgumentExceptiongroupLocation is not a valid GalleryArea value.
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