TcxDBEditorPropertiesCollection Class
In This Article
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