Version

UltraListViewDetailsSettings Class Properties

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

Public Properties
 NameDescription
Public PropertyAllowColumnMovingGets/sets whether the end user is permitted to move columns by dragging the column header to a new location.  
Public PropertyAllowColumnSizingGets/sets whether the end user is permitted to resize columns by dragging the right edge of the column header.  
Public PropertyAllowColumnSortingGets/sets whether the end user is permitted to sort columns by clicking the column header.  
Public PropertyAutoFitColumnsGets/sets whether the widths of all columns are automatically calculated so that they occupy all available horizontal space, preventing a horizontal scrollbar from appearing.  
Public PropertyCheckBoxStyleGets/sets whether checkboxes are displayed next to items, and also whether the checkboxes are 2 state or 3 state. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewListSettingsBase)
Public PropertyColumnAutoSizeModeGets/sets whether the width of the columns displayed by the control is automatically made large enough to display all item/sub-item values when the end user double-clicks on the header.  
Public PropertyColumnHeaderAppearanceGets/sets the appearance that is applied to column headers.  
Public PropertyColumnHeaderBorderStyleGets/sets the border style for the column headers.  
Public PropertyColumnHeaderImageListGets/sets the ImageList which provides images for the column headers.  
Public PropertyColumnHeaderImageSizeGets/sets the size at which images are displayed in the column headers.  
Public PropertyColumnHeaderStyleGets/sets the style for the column headers.  
Public PropertyColumnHeadersVisibleGets/sets whether the column headers are visible  
Public PropertyColumnsShowSortIndicatorsGets/sets whether a sort indicator is displayed for this column.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFullRowSelectGets/sets whether selection is visually depicted across all sub-items or restricted to the item only.  
Public PropertyHasColumnHeaderAppearanceReturns whether an appearance object has been created for the ColumnHeaderAppearance.  
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 PropertyNullTextGets/sets the string that is displayed for items/subitems whose value is null.  
Public PropertySubItemAppearanceGets/sets the appearance for sub-items.  
Public PropertySubItemColumnsVisibleByDefaultGets/sets whether columns whose UltraListViewSubItemColumn.VisibleInDetailsView property is left at the default value are displayed.  
Public PropertySubItemTipStyleGets/sets the style for the column headers.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also