Infragistics(R) NetAdvantage(R) Windows Forms
ColumnsCollection Class Members
See Also  Fields  Properties  Methods  Events E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace : ColumnsCollection Class


The following tables list the members exposed by ColumnsCollection.

Public Constructors

 NameDescription
public ConstructorColumnsCollection ConstructorOverloaded.   
Top

Protected Fields

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

Public Properties

 NameDescription
public PropertyAllOverridden.  The collection as an array of objects  
public PropertyAllowDuplicateKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public PropertyAllowEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public PropertyBand Associated band object read-only  
public PropertyBoundColumnsCount The total number of bound columns in the collection. Note: they are always first in the collection before any unbound columns.  
public PropertyCount (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
public PropertyIsFixedSize Returns false  
public PropertyIsReadOnlyOverridden.  Returns false  
public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
public PropertyItemOverloaded.  indexer  
public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
public PropertyUnboundColumnsCount The total number of unbound columns in the collection.  
Top

Protected Properties

 NameDescription
protected PropertyAllowMultipleEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected PropertyCacheKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected PropertyInitialCapacityOverridden.  Abstract property that specifies the initial capacity of the collection  
protected PropertyInternStrings (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected PropertyList (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Methods

 NameDescription
public MethodAddOverloaded. 

Adds a UltraGridColumn to the collection.

 
public MethodClearUnbound Clears the unbound columns in the collection  
public MethodContainsOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public MethodCopyToOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public MethodCreateObjRef Creates 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 MethodExists (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public MethodGetEnumerator IEnumerable Interface Implementation  
public MethodGetItemOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public MethodGetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodIndexOfOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public MethodInitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInsert Inserts a new unbound column into the column collection  
public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
public MethodRemoveOverloaded.  Remove column from collection  
public MethodRemoveAt Remove a column from the collection  
public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
protected MethodCreateArray (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodInternalAddOverloaded.   
protected MethodInternalClear (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected MethodInternalInsertOverloaded.   
protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected MethodInternalRemoveAt (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
protected MethodOnDisposeOverridden.  Called when this object is disposed of  
protected MethodOnListChanged (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodOnSubObjectPropChangedOverridden.  Called when a property has changed on a sub object  
protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Events

 NameDescription
public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Top

See Also