Version

UltraListViewDetailsSettings Class Members

The following tables list the members exposed by UltraListViewDetailsSettings.

Public Constructors
 NameDescription
Public ConstructorUltraListViewDetailsSettings ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
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)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetOverridden. Resets all properties of this UltraListViewDetailsSettings instance to their default values.  
Public MethodResetAllowColumnMovingResets the value of the AllowColumnMoving property to its default.  
Public MethodResetAllowColumnSizingResets the value of the AllowColumnSizing property to its default.  
Public MethodResetAllowColumnSortingResets the value of the AllowColumnSorting property to its default.  
Public MethodResetAutoFitColumnsResets the value of the AutoFitColumns property to its default.  
Public MethodResetCheckBoxStyleResets the value of the UltraListViewListSettingsBase.CheckBoxStyle property to its default. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewListSettingsBase)
Public MethodResetColumnAutoSizeModeResets the value of the ColumnAutoSizeMode property to its default.  
Public MethodResetColumnHeaderAppearanceResets the properties of the ColumnHeaderAppearance to their default values.  
Public MethodResetColumnHeaderBorderStyleResets the value of the ColumnHeaderBorderStyle property to its default.  
Public MethodResetColumnHeaderImageListResets the value of the ColumnHeaderImageList property to its default.  
Public MethodResetColumnHeaderImageSizeResets the value of the ColumnHeaderImageSize property to its default.  
Public MethodResetColumnHeaderStyleResets the value of the ColumnHeaderStyle property to its default.  
Public MethodResetColumnHeadersVisibleResets the value of the ColumnHeadersVisible property to its default.  
Public MethodResetColumnsShowSortIndicatorsResets the value of the ColumnsShowSortIndicators property to its default.  
Public MethodResetFullRowSelectResets the value of the FullRowSelect property to its default.  
Public MethodResetImageListResets the value of the UltraListViewSettingsBase.ImageList property to its default. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewSettingsBase)
Public MethodResetImageSizeResets the value of the UltraListViewSettingsBase.ImageSize property to its default. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewSettingsBase)
Public MethodResetNullTextResets the value of the NullText property to its default.  
Public MethodResetSubItemAppearanceResets the properties of the SubItemAppearance to their default values.  
Public MethodResetSubItemColumnsVisibleByDefaultResets the value of the SubItemColumnsVisibleByDefault property to its default.  
Public MethodResetSubItemTipStyleResets the value of the SubItemTipStyle property to its default.  
Public MethodShouldSerializeOverridden. Returns whether the value of any property of this UltraListViewDetailsSettings instance has been changed from its default.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a string that represents this object. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewSettingsBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataHandles serialization for this UltraListViewListSettingsBase instance. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewListSettingsBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDeserializationCalled after this UltraListViewListSettingsBase instance has been de-serialized. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewListSettingsBase)
Protected MethodOnDisposeOverridden. Called when this UltraListViewDetailsSettings instance is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on an object property of this UltraListViewColumnBase  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAllowColumnMovingReturns whether the value of the AllowColumnMoving property has been changed from its default.  
Protected MethodShouldSerializeAllowColumnSizingReturns whether the value of the AllowColumnSizing property has been changed from its default.  
Protected MethodShouldSerializeAllowColumnSortingReturns whether the value of the AllowColumnSorting property has been changed from its default.  
Protected MethodShouldSerializeAutoFitColumnsReturns whether the value of the AutoFitColumns property has been changed from its default.  
Protected MethodShouldSerializeCheckBoxStyleReturns whether the value of the UltraListViewListSettingsBase.CheckBoxStyle property has been changed from its default. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewListSettingsBase)
Protected MethodShouldSerializeColumnAutoSizeModeReturns whether the value of the ColumnAutoSizeMode property has been changed from its default.  
Protected MethodShouldSerializeColumnHeaderAppearanceReturns whether the ColumnHeaderAppearance requires serialization.  
Protected MethodShouldSerializeColumnHeaderBorderStyleReturns whether the value of the ColumnHeaderBorderStyle property has been changed from its default.  
Protected MethodShouldSerializeColumnHeaderImageListReturns whether the value of the ColumnHeaderImageList property has been changed from its default.  
Protected MethodShouldSerializeColumnHeaderImageSizeReturns whether the value of the ColumnHeaderImageSize property has been changed from its default.  
Protected MethodShouldSerializeColumnHeaderStyleReturns whether the value of the ColumnHeaderStyle property has been changed from its default.  
Protected MethodShouldSerializeColumnHeadersVisibleReturns whether the value of the ColumnHeadersVisible property has been changed from its default.  
Protected MethodShouldSerializeColumnsShowSortIndicatorsReturns whether the value of the ColumnsShowSortIndicators property has been changed from its default.  
Protected MethodShouldSerializeFullRowSelectReturns whether the value of the FullRowSelect property has been changed from its default.  
Protected MethodShouldSerializeImageListReturns whether the value of the UltraListViewSettingsBase.ImageList property has been changed from its default. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewSettingsBase)
Protected MethodShouldSerializeImageSizeReturns whether the value of the UltraListViewSettingsBase.ImageSize property has been changed from its default. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewSettingsBase)
Protected MethodShouldSerializeNullTextReturns whether the value of the NullText property has been changed from its default.  
Protected MethodShouldSerializeSubItemAppearanceReturns whether the SubItemAppearance requires serialization.  
Protected MethodShouldSerializeSubItemColumnsVisibleByDefaultReturns whether the value of the SubItemColumnsVisibleByDefault property has been changed from its default.  
Protected MethodShouldSerializeSubItemTipStyleReturns whether the value of the SubItemTipStyle property has been changed from its default.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also