Version

UltraDataColumn Class Properties

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

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)
See Also