Version

GetUIElement Method (UltraGridRow)

Returns the UltraGridUIElement object that is associated with an object.
Overload List
OverloadDescription
GetUIElement(RowScrollRegion,ColScrollRegion,Boolean)Returns the UltraGridUIElement object that is associated with an object.  
GetUIElement(Boolean)Returns the UIElement associated with the object, in the active scroll region. (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
GetUIElement()Returns the UIElement associated with the object, in the active scroll region. (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
GetUIElement(RowScrollRegion)Returns the UIElement associated with the object, in the scroll region formed by the intersection of the specified row scrolling region and the active column scrolling region. (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
GetUIElement(ColScrollRegion)Returns the UIElement associated with the object, in the scroll region formed by the intersection of the specified column scrolling region and the active row scrolling region. (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
GetUIElement(RowScrollRegion,ColScrollRegion)Returns the UIElement associated with the object, in the scroll region formed by the specified row and column scrolling regions. (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
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