Version

UltraDataColumn Class Members

The following tables list the members exposed by UltraDataColumn.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllowDBNullSpecifies whether the user is allowed to enter null values in the cells of this column.  
Public PropertyBandReturns the band columns in this collection are associated with.  
Public PropertyDataTypeColumn's data type.  
Public PropertyDefaultValueDefault value that's used when no value is specified for a cell of this column.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIndexRetruns the index of the column in the parent collection.  
Public PropertyKeyOverridden. The Key of the item in its collection. This property specifies the name of the column.  
Public PropertyParentCollectionReturns the columns collection this column is associated with. Typically the returned columns collection would contain this column.  
Public PropertyReadOnlyIndicates whether modifying of cell contents is allowed in this column.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
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 MethodGenerateSerializedIdentifier  
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 MethodIsSameIdentifier  
Public MethodMoveMoves this column after or before the specified column depending upon the value of relative position parameter.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets the object to its default state.  
Public MethodResetAllowDBNullResets the AllowDBNull property its default value.  
Public MethodResetCachedValuesClears the cell values of rows associated with this column. This will cause the UltraDataSource componenet to fire UltraDataSource.CellDataRequested event for cells next time the data for those cells is needed.  
Public MethodResetDataTypeResets the data type to its default value of type of string.  
Public MethodResetDefaultValueResets the property to its default value of null.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetReadOnlyResets the property to its default value of true.  
Public MethodShouldSerializeKeyOverridden. Returns true if this property is not set to its default value. ShouldSerializeKey always returns False for the Band object since the band key can never be changed.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns an empty string.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChangedOverridden. Fires when a property of this object or any of it's sub-objects changes.  
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAllowDBNullReturns true if the AllowDBNull property needs to be serialized.  
Protected MethodShouldSerializeDataTypeReturns true if the DataType property needs to be serialized.  
Protected MethodShouldSerializeDefaultValueReturns true if DefaultValue is set to a non-null value.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also