Version

ItemInfoBase Class Members

The following tables list the members exposed by ItemInfoBase.

Protected Constructors
 NameDescription
Protected Internal ConstructorItemInfoBase ConstructorInstantiates and instance of a ItemInfoBase  
Public Properties
 NameDescription
Public PropertyIndexReturns the index of the item in the Items collection (read-only)  
Public PropertyItemReturns the associated item (read-only).  
Public PropertyLogicalIndexReturns the logical index of the item (read-only)  
Public PropertyOccupiesScrollPositionReturns true if this item occupies a scroll position (read-only)  
Public PropertyScrollPositionGets the overall scroll position of this item (read-only).  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Protected PropertyManagerReturns the asscciated manager (read-only)  
Protected Internal PropertyPreferredSizeOverrideGets/sets an explicit size to be returned as the item's preferred size.  
Public Methods
 NameDescription
Public MethodBringIntoViewBrings the item into view  
Public MethodClearSizeCustomizationThis clears any individual resize operations for this item  
Public MethodGetCurrentColumnReturns the column of the item in the current display  
Public MethodGetCurrentConstraintsReturns the resolved constraints of this item in the current display  
Public MethodGetCurrentRowReturns the row of the item in the current display  
Public MethodGetCurrentTargetRectReturns the current target rect of the item  
Protected Methods
 NameDescription
Protected Internal MethodGetIsClosedDetermines if the item is closed  
Protected Internal MethodGetIsMaximizedDetermines if the tile is maximized  
Protected MethodGetResizeRangeReturns the resize range for this item  
Protected MethodInvalidateScrollPositionInvalidates the scroll position.  
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedUsed to raise the Infragistics.PropertyChangeNotifier.PropertyChanged event for the specified property name. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnResizeCalled when the item is resized  
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier)
See Also