dbicList Send comments on this topic.
dbiColumnItem Class Properties
See Also 
dbicBase Assembly > Dbi.WinControl Namespace : dbiColumnItem Class


"

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

"

Public Properties

 NameDescription
public PropertyBackColorDetermines the background color of the column header.  
public PropertyBackColorToDetermines the secondary background color of the column header.  
public PropertyDataTypeDetermines the data type to assign to the column.  
public PropertyEditTypeDetermines the type of edit control to be used when editing cells in the column.  
public PropertyFillTypeDetermines the fill pattern of the column header.  
public PropertyForeColorDetermines the forecolor of the column header.  
public PropertyFormatDetermines a format for the column in the list.  
public PropertyImageAlignDetermines the alignment of the image in the column.  
public PropertyImageIndexDetermines the column header image.  
public PropertyItemsDetermines the list of items used to populate a combo box that belongs to this column  
public PropertyLockWidth

Determines if the column can be resized.

 
public PropertyReadOnlyDetermines if the column is readonly.  
public PropertySortable

Determines if the column is sortable.

 
public PropertyTextThe column header text.  
public PropertyTextAlignDetermines the alignment of the column header  
public PropertyVisibleDetermines if the column is visible.  
public PropertyWidthDetermines the width of the column.  
Top

See Also