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


"

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

"

Public Properties

 NameDescription
public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
public PropertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from System.Windows.Forms.Control)
public PropertyAllowItemDragDetermines if dbiNodeItems can be dragged and dropped within the list area. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyAltColorEvenDetermines the background color of an even numbered list item in the control. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyAltColorOddDetermines the background color of an odd numbered list item in the control. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyAlternateColorDetermines whether or not the list items will be drawn with alternating background colors. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyAlternateItemsDetermines the amount of lines to color with the AlternateColors before the opposite color is used. See AltColorEven and AltColorOdd. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyArrowAlignDetermines on what side of a column header the sort arrows will be placed. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyArrowOffsetDetermines the horizontal and vertical offset used for the calculated position of a sort arrow in a column header. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyBackColorGets or sets the background color of the list items section of the control.  
public PropertyBackColorToGets or sets the secondary background color of the list items section of the control.  
public PropertyBackFillTypeGets or sets the pattern used to paint the background of the control..  
public PropertyBackgroundImageDetermines the background image for the control. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyBackgroundImageLayoutGets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from System.Windows.Forms.Control)
public PropertyBodyColumnEndDetermines the final column for the body text in the items. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyBodyColumnStartDetermines the starting column for the body text in the items. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyBodyFontDetermines the font used to draw the body text of a item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyBodyForeColorDetermines the color used to paint the body text of an item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyBodyIndentDetermines the indent of the left margin spacing for the body text in the items. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyBorderColorGets or sets the border color of the control.  
public PropertyBorderTypeGets or sets the type of border to place around the control.  
public PropertyBreakCharDetermines the character used to delimit the text within the different columns. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control)
public PropertyColumnsGets or sets the collection of columns attached to the control. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyComboBoxGets the current dbiComboBox control used for editing cells in the list. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
public PropertyControlStyleThe ControlStyle property is not a true property in that it does not directly correspond to a variable inside the control but rather sets an enumerated value to preset the values of a select group of styling properties to achieve a particular style.  
public PropertyCultureDetermines information about a specific culture including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide information for common operations, such as formatting dates and sorting strings. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control)
public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
public PropertyDateFormatDefines how DateTime values are formatted and displayed, depending on the culture. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyDisplayHeaderDetermines whether or not the column headers will be displayed. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyDisplayTitleDetermines whether or not the title will be displayed. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyEditAutoNavigateDetermines if the control will automatically navigate to the next/previous cell when editing. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyEditAutoSizeDetermines if the dbiTextBox displayed when editing cells, will be automatically resized based on the font size and current text length. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
public PropertyFillListDetermines whether the last column in a list will always extend the the edge of the list. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyFocusBorderDetermines if a focus line will be drawn around the selected dbiNodeItem when the control has focus. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyFocusColorDetermines the color used to paint the focus border. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyFontGets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control)
public PropertyForeColorDetermines the foreground color of the items. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderAlignDetermines how the text in the column headers will be aligned. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderBackColorDetermines the background color of the column headers. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderBackColorMiddleDetermines the middle back color of the column header allowing for greater readability with certain fill types. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderBackColorToDetermines the secondary background color of the column headers. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderBorderDetermines the border type for the column headers. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderDownColorDetermines the color used to paint background when the mouse pointer is over the column header and a mouse button is pressed. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderFillTypeDetermines the pattern used to paint the background of the column headers. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderFontDetermines the font used for the text in the column headers of the control. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderForeColorDetermines the foreground color of the column headers. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderHeightDetermines the height of the column headers. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderImageOffsetDetermines the value used to calculate the horizontal and vertical position of the images within the column headers.
(Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderOverColorDetermines the color used to paint background when the mouse pointer is over the column header. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderStyleDetermines the style of the column header. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderTextImageRelationDetermines how the column header position of text and image relate to each other. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHeaderTextOffsetDetermines the value used to calculate the horizontal and vertical position of the text within the column headers. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHorzGridColorDetermines the color of the horizontal grid lines. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHorzGridLinesDetermines whether or not horizontal grid lines will be drawn between the items. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHorzGridWidthDetermines the width of the horizontal grid lines. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyHorzScrollTypeDetermines the horizontal scrolling action for the list. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyImageCheckDisabledDetermines the image used to replace the stock check disabled state item image. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyImageCheckDownDetermines the image used to replace the stock check down state item image. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyImageCheckUpDetermines the image used to replace the stock check up state item image. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyImageListThe image list for the control. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyImageMinusDetermines the image used to replace the stock close node image. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyImagePlusDetermines the image used to replace the stock open node image. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
public PropertyInactiveBackColorDetermines the color used to paint the background of a selected item when the control no longer has focus. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyInactiveForeColorDetermines the color used to paint the text of a selected item when the control no longer has focus. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyItemBorderDetermines the border type for the node items. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyItemDragColorDetermines the color of the drag bar when an item is dragged inside the list area. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyItemDragHeightDetermines the height of the drag bar when an item is dragged inside the list area. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyItemHeaderBackColorDetermines the default background color of all Header Items in the list. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyItemHeaderForeColorDetermines the default foreground color of all Header Items in the list. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyItemHeightOffsetDetermines the offset value used to calculate the height of the line items. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyItemHeightTypeDetermines how the line item heights are calculated. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyItemsThe collection of dbiNodeItems which is used to populate the control.  
public PropertyLabelEditDetermines if a cell will be put into edit mode automatically, if the user double clicks it. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyLineColorDetermines the color of list/tree connector lines. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyLineTypeDetermines the list/tree connector line type. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyListTypeDetermines how the node items will be drawn in the control. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control)
public PropertyLockLineHeightDetermines whether the line items can be resized with the mouse. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyMarginGets or sets the space between controls. (Inherited from System.Windows.Forms.Control)
public PropertyMaximumSizeGets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
public PropertyMinimumSizeGets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
public PropertyMultiSelectAllow the list to utilize multi-select mode (using ctrl/click and shift/click). (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPaddingGets or sets padding within the control. (Inherited from System.Windows.Forms.Control)
public PropertyPlusMinusStyleDetermines the style used when rendering the Plus/Minus boxes on parent nodes. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreColumnBackColorDetermines the background color of the pre-column section of a non-selected item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreColumnBackColorToDetermines the secondary background color of the pre-column section of a non-selected item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreColumnBorderDetermines the type of border to place around the pre-column section of a non-selected item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreColumnFillTypeDetermines the pattern used to paint the background of the pre-column section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreColumnFontDetermines the font used for the text in the pre-column section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreColumnForeColorDetermines the text color of the pre-column section of a non-selected item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreColumnPictureDetermines the picture clip within the pre-column section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreColumnTypeDetermines the pre-column to be used on the list part of the control. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreColumnWidthDetermines the width of the pre-column in the list. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreSelectBackColorDetermines the background color of the pre-column section of a selected list item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreSelectBorderDetermines the type of border to place around the pre-column section of a selected list item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPreSelectForeColorDetermines the type of border to place around the pre-column section of a selected list item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPrintHeaderBackColorDetermines the background color of the header in a printed report. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPrintHeaderForeColorDetermines the text color of the header in a printed report. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPrintItemBackColorDetermines the background color of the item in a printed report. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPrintItemForeColorDetermines the text color of the item in a printed report. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPrintListFormatGets or sets the type of printed report to produce.  
public PropertyPrintPageBorderGets or sets the type of border to place around the printed report.  
public PropertyPrintPageControlUsed to determine if the control should print using the colors as rendered in the form (true) or as described in the PrintItemBackColor Property and PrintItemForeColor Property (false). Default is true. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPrintPageFooterDetermines whether or not the footer will be printed. The text can be modified in the PrintPageText Property.  
public PropertyPrintPageFooterAlignGets or sets the alignment for the footer in a printed report.  
public PropertyPrintPageFooterFontGets or sets the font for the footer in a printed report.  
public PropertyPrintPageSubTitleDetermines whether or not the sub-title will be printed.  
public PropertyPrintPageSubTitleAlignGets or sets the alignment for the sub-title in a printed report.  
public PropertyPrintPageSubTitleFontGets or sets the font for the sub-title in a printed report.  
public PropertyPrintPageSubTitleTextGets or sets the sub-title for the printed report.  
public PropertyPrintPageTextGets or sets the text for the page footer of the printed report.  
public PropertyPrintPageTitleDetermines whether or not the title will be printed.  
public PropertyPrintPageTitleAlignGets or sets the alignment for the title in a printed report.  
public PropertyPrintPageTitleFontGets or sets the font for the title in a printed report.  
public PropertyPrintPageTitleTextGets or sets the title text for the printed report.  
public PropertyPrintReportTypeGets or sets the type of printed report to produce.  
public PropertyPrintTitleBackColorDetermines the background color of the title in a printed report. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyPrintTitleForeColorDetermines the text color of the title in a printed report. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control)
public PropertySelectedBackColorDetermines the background color of a selected list item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySelectedBackColorToDetermines the second background color of a selected list item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySelectedBorderDetermines the type of border to place around the selected item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySelectedBorderColorDetermines the border color of a selected item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySelectedFillTypeDetermines the pattern used to paint the background of the selected item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySelectedFontDetermines the font used to draw the text of a selected item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySelectedForeColorDetermines the text color of a selected list item. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySelectedStyleDetermines how the selection will be applied to the selected node(s). See enumSelectedStyle Enumeration for values. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySelectOnScrollDetermines whether a new list item will be selected as the user clicks and drags along the list items.  
public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
public PropertySizeGets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control)
public PropertySortArrowsDetermines whether or not arrows indicating the direction of the sort order will be displayed in the column headers. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySortColumnDetermines the column whose data a sort will be performed on. See Sort Method for more information on sorting in the list. (Inherited from Dbi.WinControl.DbiListControl)
public PropertySortDirectionDetermines the direction a sort operation will perform. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTabIndexGets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control)
public PropertyTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control)
public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
public PropertyTextAntiAliasDetermines if the text within the control will be rendered using the Anti Alias option. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTextBoxGets the current dbiTextBox control used for editing cells in the list. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleAlignDetermines the alignment for the text within the title section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleBackColorDetermines the background color of the title section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleBackColorMiddleDetermines the middle back color of the title section allowing for greater readability with certain fill types. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleBackColorToDetermines the secondary background color of the title setction. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleBorderDetermines the border type for the title section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleFillTypeDetermines the pattern used to paint the background of the title section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleFontDetermines the font used for the text in the title of the control. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleForeColorDetermines the text color of the title section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleHeightDetermines the height of the title setction. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleImageDetermines the image for the title section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleImageAlignDetermines the image alignment for the title section. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleTextDetermines the text of the title area. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTitleTextOffsetDetermines the value used to calculate the horizontal and vertical position of the text within the title. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyTreeLevelIndentDetermines the indent used to offset the text of each level of child nodes. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
public PropertyVertGridColorDetermines the color of the vertical grid lines. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyVertGridLinesDetermines whether or not to draw vertical grid lines between the columns. (Inherited from Dbi.WinControl.DbiListControl)
public PropertyVertThumbTrackDetermines if the control will scroll items in to view while the scroll bar thumb is dragging.  
public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
public PropertyXMLReadReads the control information from an XML file that has previously been written with the WriteXMLFile Method or XMLWrite Property. This property will allow you to read your XML file from the design environment, enter the first part of the file name you wish to use in the property editor (at least 4 characters) and press enter to access a file dialog.  
public PropertyXMLStyleFileIf this property is set during design-time, the control will load the file indicated when it is instanced in run-time. If the file is not found then the control will simply ignore this property. This is useful for creating a unified look and feel for various isntances.  
public PropertyXMLWriteWrites the control information to an XML file that can be read with ReadXMLFile Method, XMLRead Property or XMLStyleFile Property. This property will allow you to write your XML file from the design environment, enter the first part of the file name you wish to use in the property editor (at least 4 characters) and press enter to access a file dialog.  
Top

See Also