Infragistics2.Win.v8.1
SelectableItem Property
See Also 
Infragistics.Win Namespace > UIElement Class : SelectableItem Property

If the context for this element is a selectable item (e.g. a grid row, cell or header) it is returned. The default implementation walks up the parent chain calling this method recursively until a selectable item is found or the control element is reached

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property SelectableItem As ISelectableItem
C# 
public virtual ISelectableItem SelectableItem {get;}

See Also