Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also