Back to Devexpress

TcxDBEditorRowItemProperties Class

vcl-cxdbvgrid-4fd94bde.md

latest1.7 KB
Original Source

TcxDBEditorRowItemProperties Class

Contains settings that define behavior of a data-aware item in the multi editor row.

Declaration

delphi
TcxDBEditorRowItemProperties = class(
    TcxCollectionItemEditorRowProperties
)

Remarks

An item in the context of the data-aware grid control represents a dataset field. When formatted one item occupies one cell per column in a row (one cell for the item name in a header column and one cell for the item value in a data column).

The multi editor row (see TcxCustomMultiEditorRow) can hold any number of items. Respectively the number of cells in a column in the multi editor row depends on the number of items it holds.

The TcxDBEditorRowItemProperties class is used to work with the data-aware items in the multi editor row. The TcxDBEditorRowItemProperties class defines settings for these items.

Inheritance

TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TcxCustomRowProperties TcxCaptionRowProperties TcxCustomEditorRowProperties TcxCollectionItemEditorRowProperties TcxDBEditorRowItemProperties

See Also

TcxDBEditorRowItemProperties Members

cxDBVGrid Unit