Back to Devexpress

TcxDBEditorPropertiesCollection Class

vcl-cxdbvgrid-cc4c07ed.md

latest1.1 KB
Original Source

TcxDBEditorPropertiesCollection Class

A collection of the multi editor row data-aware items.

Declaration

delphi
TcxDBEditorPropertiesCollection = class(
    TcxEditorPropertiesCollection
)

Remarks

An item in the context of the data-aware grid control represents a dataset field. The TcxDBEditorRowItemProperties class represents a data-aware item that used in the multi editor row. A TcxDBEditorPropertiesCollection object is a collection of these items used in the particular multi editor row.

Inheritance

TObject TPersistent TCollection TcxEditorPropertiesCollection TcxDBEditorPropertiesCollection

See Also

TcxDBEditorPropertiesCollection Members

cxDBVGrid Unit