RDTA.PickDP.Extensions.Column Class

Run-time object representing a column in a grid. Not a design-time component. A Pick Data Provider table consists of two types of columns:

See Virtual and Direct Columns for more information.

Public Constructors

New

Constructor.

Public Methods

get_ButtonHeader

For internal use only.

get_Cell

Gets the cell at the indicated row.

get_Cells

Gets a collection of all the cells contained in the column.

get_Col

Gets the column number of the cell currently being processed.

get_DefaultEditor

Gets the default editor for the column.

getEditor

For internal use only.

getEditorCheck

For internal use only.

getGrid

Gets the grid the column is associated with. For internal use only.

getPosition

For internal use only.

get_RowCount

Gets the total number of rows. For internal use only.

get_Width

Gets the width of the current cell.

insertElement

For internal use only.

MemberwiseClone

Returns a copy of the current instance. For internal use only.

removeAll

For internal use only.

removeCells

For internal use only.

set_ButtonHeader

For internal use only.

set_Cell

For internal use only.

set_Col

For internal use only.

 

Public Properties

Name

Type

Description

BackColor

System.Drawing.Color

Sets or gets the column’s background color.

canEdit

Boolean

Indicates if the column can be edited.

ColSize

Integer

Sets or gets the column’s width.

ColumnFont

System.Drawing.Font

Sets or gets the column’s font.

ColumnTextAlign

System.Windows.Forms.HorizontalAlignment

Sets or gets the horizontal alignment of the column’s text.

Editor

System.Windows.Forms.Control

Sets or gets the property editor for the cell.

ForeColor

System.Drawing.Color

Sets or gets the column’s foreground color.

Grid

DBGrid

Sets or gets the DGGrid in which the column is found.

Header

String

Sets or gets the column heading text.

 

5