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


"

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

"

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