dbicDayView Send comments on this topic.
ColumnTypeCollection Class Members
See Also  Properties  Methods 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace : ColumnTypeCollection Class


"

The following tables list the members exposed by ColumnTypeCollection.

"

Public Constructors

 NameDescription
public ConstructorColumnTypeCollection ConstructorCreates a new instance of the ColumnTypeCollection.  
Top

Public Properties

 NameDescription
public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
public PropertyItemGets or sets a dbiColumnType item in the collection.  
Top

Public Methods

 NameDescription
public MethodAddAdds a dbiColumnType to the end of the collection.  
public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
public MethodIndexOfGets the specific index of a dbiColumnType within the collection.  
public MethodInsertInserts a dbiColumnType into the collection at the specified index.  
public MethodRemoveRemove the dbiColumnType from the collection.  
public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
public MethodWriteXMLFileWrites the contents of a collection to an XML file.  
Top

See Also