Infragistics2.Win.UltraWinListView.v8.1
UltraListViewDetailsSettings Class Members
See Also  Fields  Properties  Methods  Events
Infragistics.Win.UltraWinListView Namespace : UltraListViewDetailsSettings Class


The following tables list the members exposed by UltraListViewDetailsSettings.

Public Constructors

 NameDescription
Public ConstructorUltraListViewDetailsSettings ConstructorOverloaded.  Creates a new instance of the UltraListViewDetailsSettings class.  
Top

Protected Fields

 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Properties

 NameDescription
Public PropertyAllowColumnMoving Gets/sets whether the end user is permitted to move columns by dragging the column header to a new location.  
Public PropertyAllowColumnSizing Gets/sets whether the end user is permitted to resize columns by dragging the right edge of the column header.  
Public PropertyAllowColumnSorting Gets/sets whether the end user is permitted to sort columns by clicking the column header.  
Public PropertyAutoFitColumns Gets/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 PropertyCheckBoxStyle Gets/sets whether checkboxes are displayed next to items, and also whether the checkboxes are 2 state or 3 state. (Inherited from UltraListViewListSettingsBase)
Public PropertyColumnAutoSizeMode Gets/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 PropertyColumnHeaderAppearance Gets/sets the appearance that is applied to column headers.  
Public PropertyColumnHeaderBorderStyle Gets/sets the border style for the column headers.  
Public PropertyColumnHeaderImageList Gets/sets the ImageList which provides images for the column headers.  
Public PropertyColumnHeaderImageSize Gets/sets the size at which images are displayed in the column headers.  
Public PropertyColumnHeaderStyle Gets/sets the style for the column headers.  
Public PropertyColumnsShowSortIndicators Gets/sets whether a sort indicator is displayed for this column.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFullRowSelect Gets/sets whether selection is visually depicted across all sub-items or restricted to the item only.  
Public PropertyHasColumnHeaderAppearance Returns whether an appearance object has been created for the UltraListViewDetailsSettings.ColumnHeaderAppearance.  
Public PropertyHasSubItemAppearance Returns whether an appearance object has been created for the SubItemAppearance.  
Public PropertyImageList Gets/sets the ImageList component that is used to provide images for the items displayed with this View setting. (Inherited from UltraListViewSettingsBase)
Public PropertyImageSize Gets/sets the size at which item images are displayed for this View setting. (Inherited from UltraListViewSettingsBase)
Public PropertyNullText Gets/sets the string that is displayed for items/subitems whose value is null.  
Public PropertySubItemAppearance Gets/sets the appearance for sub-items.  
Public PropertySubItemColumnsVisibleByDefault Gets/sets whether columns whose UltraListViewSubItemColumn.VisibleInDetailsView property is left at the default value are displayed.  
Public PropertySubItemTipStyle Gets/sets the style for the column headers.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Top

Protected Properties

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 MethodResetOverloaded. Overridden.  Resets all properties of this instance to their default values.  
Public MethodResetAllowColumnMoving Resets the value of the UltraListViewDetailsSettings.AllowColumnMoving property to its default.  
Public MethodResetAllowColumnSizing Resets the value of the UltraListViewDetailsSettings.AllowColumnSizing property to its default.  
Public MethodResetAllowColumnSorting Resets the value of the UltraListViewDetailsSettings.AllowColumnSorting property to its default.  
Public MethodResetAutoFitColumns Resets the value of the UltraListViewDetailsSettings.AutoFitColumns property to its default.  
Public MethodResetCheckBoxStyle Resets the value of the UltraListViewListSettingsBase.CheckBoxStyle property to its default. (Inherited from UltraListViewListSettingsBase)
Public MethodResetColumnAutoSizeMode Resets the value of the UltraListViewDetailsSettings.ColumnAutoSizeMode property to its default.  
Public MethodResetColumnHeaderAppearance Resets the properties of the UltraListViewDetailsSettings.ColumnHeaderAppearance to their default values.  
Public MethodResetColumnHeaderBorderStyle Resets the value of the UltraListViewDetailsSettings.ColumnHeaderBorderStyle property to its default.  
Public MethodResetColumnHeaderImageList Resets the value of the UltraListViewDetailsSettings.ColumnHeaderImageList property to its default.  
Public MethodResetColumnHeaderImageSize Resets the value of the UltraListViewDetailsSettings.ColumnHeaderImageSize property to its default.  
Public MethodResetColumnHeaderStyle Resets the value of the UltraListViewDetailsSettings.ColumnHeaderStyle property to its default.  
Public MethodResetColumnsShowSortIndicators Resets the value of the UltraListViewDetailsSettings.ColumnsShowSortIndicators property to its default.  
Public MethodResetFullRowSelect Resets the value of the UltraListViewDetailsSettings.FullRowSelect property to its default.  
Public MethodResetImageList Resets the value of the UltraListViewSettingsBase.ImageList property to its default. (Inherited from UltraListViewSettingsBase)
Public MethodResetImageSize Resets the value of the UltraListViewSettingsBase.ImageSize property to its default. (Inherited from UltraListViewSettingsBase)
Public MethodResetNullText Resets the value of the UltraListViewDetailsSettings.NullText property to its default.  
Public MethodResetSubItemAppearance Resets the properties of the SubItemAppearance to their default values.  
Public MethodResetSubItemColumnsVisibleByDefault Resets the value of the UltraListViewDetailsSettings.SubItemColumnsVisibleByDefault property to its default.  
Public MethodResetSubItemTipStyle Resets 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 MethodToString Returns a string that represents this object. (Inherited from UltraListViewSettingsBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectData Handles serialization for this UltraListViewListSettingsBase instance. (Inherited from UltraListViewListSettingsBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDeserialization Called after this UltraListViewListSettingsBase instance has been de-serialized. (Inherited from 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 MethodShouldSerializeAllowColumnMoving Returns whether the value of the UltraListViewDetailsSettings.AllowColumnMoving property has been changed from its default.  
Protected MethodShouldSerializeAllowColumnSizing Returns whether the value of the UltraListViewDetailsSettings.AllowColumnSizing property has been changed from its default.  
Protected MethodShouldSerializeAllowColumnSorting Returns whether the value of the UltraListViewDetailsSettings.AllowColumnSorting property has been changed from its default.  
Protected MethodShouldSerializeAutoFitColumns Returns whether the value of the UltraListViewDetailsSettings.AutoFitColumns property has been changed from its default.  
Protected MethodShouldSerializeCheckBoxStyle Returns whether the value of the UltraListViewListSettingsBase.CheckBoxStyle property has been changed from its default. (Inherited from UltraListViewListSettingsBase)
Protected MethodShouldSerializeColumnAutoSizeMode Returns whether the value of the UltraListViewDetailsSettings.ColumnAutoSizeMode property has been changed from its default.  
Protected MethodShouldSerializeColumnHeaderAppearance Returns whether the UltraListViewDetailsSettings.ColumnHeaderAppearance requires serialization.  
Protected MethodShouldSerializeColumnHeaderBorderStyle Returns whether the value of the UltraListViewDetailsSettings.ColumnHeaderBorderStyle property has been changed from its default.  
Protected MethodShouldSerializeColumnHeaderImageList Returns whether the value of the UltraListViewDetailsSettings.ColumnHeaderImageList property has been changed from its default.  
Protected MethodShouldSerializeColumnHeaderImageSize Returns whether the value of the UltraListViewDetailsSettings.ColumnHeaderImageSize property has been changed from its default.  
Protected MethodShouldSerializeColumnHeaderStyle Returns whether the value of the UltraListViewDetailsSettings.ColumnHeaderStyle property has been changed from its default.  
Protected MethodShouldSerializeColumnsShowSortIndicators Returns whether the value of the UltraListViewDetailsSettings.ColumnsShowSortIndicators property has been changed from its default.  
Protected MethodShouldSerializeFullRowSelect Returns whether the value of the UltraListViewDetailsSettings.FullRowSelect property has been changed from its default.  
Protected MethodShouldSerializeImageList Returns whether the value of the UltraListViewSettingsBase.ImageList property has been changed from its default. (Inherited from UltraListViewSettingsBase)
Protected MethodShouldSerializeImageSize Returns whether the value of the UltraListViewSettingsBase.ImageSize property has been changed from its default. (Inherited from UltraListViewSettingsBase)
Protected MethodShouldSerializeNullText Returns whether the value of the UltraListViewDetailsSettings.NullText property has been changed from its default.  
Protected MethodShouldSerializeSubItemAppearance Returns whether the SubItemAppearance requires serialization.  
Protected MethodShouldSerializeSubItemColumnsVisibleByDefault Returns whether the value of the UltraListViewDetailsSettings.SubItemColumnsVisibleByDefault property has been changed from its default.  
Protected MethodShouldSerializeSubItemTipStyle Returns whether the value of the SubItemTipStyle property has been changed from its default.  
Top

Public Events

See Also