Version

DataPresenterBase.SelectedItemHolder Class Members

The following tables list the members exposed by DataPresenterBase.SelectedItemHolder.

Public Properties
 NameDescription
Public PropertyCellsReturns a reference to a collection of the selected Cell objects. This property is read-only at run-time. This property is not available at design-time.  
Public PropertyDataPresenterReturns the owning DataPresenterBase (read-only).  
Public PropertyFieldsReturns a reference to a collection of the selected Field objects. This property is read-only at run-time. This property is not available at design-time.  
Public PropertyRecordsReturns a reference to a collection of the selected Record objects. This property is read-only at run-time. This property is not available at design-time.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also