Version

ItemTileInfo Class Members

The following tables list the members exposed by ItemTileInfo.

Public Properties
 NameDescription
Public PropertyIndexReturns the index of the item in the Items collection (read-only)  
Public PropertyIsClosedGets/sets whether this item is closed.  
Public PropertyIsExpandedWhenMinimizedGets/sets whether this item is expanded when it is minimized.  
Public PropertyIsExpandedWhenMinimizedResolvedGets the whether this item is expanded when it is minimized (read-only).  
Public PropertyIsMaximizedGets/sets whether this item's state is 'Maximized'.  
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).  
Public PropertySizeOverrideGets/sets an explicit size to be returned as the item's preferred size.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodBringIntoViewBrings the item into view  
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 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