Skip to main content
A newer version of this page is available. .

TcxGridDBColumn Class

Represents a column in a data-aware Table View.

Declaration

TcxGridDBColumn = class(
    TcxGridColumn
)

Remarks

The TcxGridDBColumn class represents a column in a data-aware Table View (TcxGridDBTableView) that retrieves and displays data from a dataset. TcxGridDBColumn redefines the DataBinding property to implement working with a dataset field.

The TcxGridDBColumn class allows you to change the column’s behavior via the Options property and its appearance (content region, footer and header panels) via Styles. The TcxGridDBTableView class contains a set of options managing the behavior and appearance of all View columns.

Use the RepositoryItem or the PropertiesClass members to assign an editor to a column.

See Also