Version

UltraListViewTilesSettings Class Properties

For a list of all members of this type, see UltraListViewTilesSettings members.

Public Properties
 NameDescription
Public PropertyAlignmentGets/sets whether items are laid out in a horizontal or vertical direction before wrapping to the next row or column. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewIconicViewSettingsBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasSubItemAppearanceReturns whether an appearance object has been created for the SubItemAppearance.  
Public PropertyImageListGets/sets the ImageList component that is used to provide images for the items displayed with this View setting. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewSettingsBase)
Public PropertyImageSizeGets/sets the size at which item images are displayed for this View setting. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewSettingsBase)
Public PropertyItemSizeGets/sets the size of the area in which an item is displayed. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewIconicViewSettingsBase)
Public PropertyMaxLinesGets/sets the maximum number of text lines that will be displayed for items. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewIconicViewSettingsBase)
Public PropertyNullTextGets/sets the string that is displayed for items/sub-items whose value is null.  
Public PropertySpacingGets/sets the number of pixels between rows and columns of items. The Width member of the Size struct determines the space between columns and the Height member determines the space between the rows. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewIconicViewSettingsBase)
Public PropertySubItemAppearanceGets/sets the appearance for sub-items.  
Public PropertySubItemsVisibleByDefaultGets/sets whether sub-items appear by default when the UltraListView control's View property is set to 'Tiles'.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextAreaAlignmentGets/sets the alignment for the item's text area. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewIconicViewSettingsBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also